Package ghidra.program.util
Class LinearFunctionAddressCorrelation
java.lang.Object
ghidra.program.util.LinearFunctionAddressCorrelation
- All Implemented Interfaces:
AddressCorrelation
-
Field Summary
-
Constructor Summary
ConstructorDescriptionLinearFunctionAddressCorrelation
(Function sourceFunction, Function destinationFunction) -
Method Summary
Modifier and TypeMethodDescriptiongetCorrelatedDestinationRange
(Address sourceAddress, TaskMonitor monitor) Returns the AddressRange of a set of addresses in the destination program that correlates to corresponding range in the source program.getName()
This method is no longer part of the API.
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
LinearFunctionAddressCorrelation
-
-
Method Details
-
getName
Description copied from interface:AddressCorrelation
This method is no longer part of the API. Leaving a default implementation to reduce breaking clients.- Specified by:
getName
in interfaceAddressCorrelation
- Returns:
- the simple class name of the implementing class
-