SimpleDiffUtility

Package: ghidra.program.util
Type: class

11.4_PUBLIC

addedmethod: getMatchingExternalLocation
static ghidra.program.model.symbol.ExternalLocation getMatchingExternalLocation(ghidra.program.model.listing.Program program, ghidra.program.model.symbol.ExternalLocation externalLocation, ghidra.program.model.listing.Program otherProgram, boolean allowInferredMatch)
removedmethod: getMatchingExternalLocation
static ghidra.program.model.symbol.ExternalLocation getMatchingExternalLocation(ghidra.program.model.listing.Program program, ghidra.program.model.symbol.ExternalLocation externalLocation, ghidra.program.model.listing.Program otherProgram)

9.0.2_PUBLIC

addedmethod: getOverlappingVariable
static ghidra.program.model.listing.Variable getOverlappingVariable(ghidra.program.model.symbol.SymbolTable otherSymTable, ghidra.program.model.listing.Variable var, ghidra.program.model.listing.VariableStorage otherStorage, ghidra.program.model.symbol.Symbol otherFunctionSymbol)
addedmethod: getVariableSymbol
static ghidra.program.model.symbol.Symbol getVariableSymbol(ghidra.program.model.symbol.Symbol varSym, ghidra.program.model.listing.Program otherProgram, ghidra.program.model.symbol.Namespace otherNamespace)
addedmethod: getVariableSymbol
static ghidra.program.model.symbol.Symbol getVariableSymbol(ghidra.program.model.symbol.Symbol varSym, ghidra.program.model.listing.Function otherFunction)
addedmethod: translateMemoryAddress
static ghidra.program.model.address.Address translateMemoryAddress(ghidra.program.model.address.Address addr, ghidra.program.model.listing.Program otherProgram, boolean exactMatchOnly)

9.0.1_PUBLIC

introducedInitial version