Package ghidra.program.util
Class LinearDataAddressCorrelation
java.lang.Object
ghidra.program.util.LinearDataAddressCorrelation
- All Implemented Interfaces:
AddressCorrelation
-
Constructor Summary
Constructors -
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.
-
Constructor Details
-
LinearDataAddressCorrelation
-
-
Method Details
-
getName
Description copied from interface:AddressCorrelationThis method is no longer part of the API. Leaving a default implementation to reduce breaking clients.- Specified by:
getNamein interfaceAddressCorrelation- Returns:
- the simple class name of the implementing class