HashedFunctionAddressCorrelation

Package: ghidra.program.model.correlate
Type: class

11.2_PUBLIC

addedmethod: getAddress
ghidra.program.model.address.Address getAddress(ghidra.util.datastruct.Duo.Side side, ghidra.program.model.address.Address otherSideAddress)
addedmethod: getAddresses
ghidra.program.model.address.AddressSetView getAddresses(ghidra.util.datastruct.Duo.Side side)
addedmethod: getFunction
ghidra.program.model.listing.Function getFunction(ghidra.util.datastruct.Duo.Side side)
addedmethod: getProgram
ghidra.program.model.listing.Program getProgram(ghidra.util.datastruct.Duo.Side side)
modifiedtype-implements: HashedFunctionAddressCorrelation
- ghidra.program.util.FunctionAddressCorrelation
+ ghidra.program.util.ListingAddressCorrelation
removedmethod: getAddressesInFirst
ghidra.program.model.address.AddressSetView getAddressesInFirst()
removedmethod: getAddressesInSecond
ghidra.program.model.address.AddressSetView getAddressesInSecond()
removedmethod: getAddressInFirst
ghidra.program.model.address.Address getAddressInFirst(ghidra.program.model.address.Address addressInSecond)
removedmethod: getAddressInSecond
ghidra.program.model.address.Address getAddressInSecond(ghidra.program.model.address.Address addressInFirst)
removedmethod: getFirstFunction
ghidra.program.model.listing.Function getFirstFunction()
removedmethod: getFirstProgram
ghidra.program.model.listing.Program getFirstProgram()
removedmethod: getSecondFunction
ghidra.program.model.listing.Function getSecondFunction()
removedmethod: getSecondProgram
ghidra.program.model.listing.Program getSecondProgram()

9.0.1_PUBLIC

introducedInitial version