Package ghidra.program.util
Interface AddressCorrelation
- All Known Implementing Classes:
LinearDataAddressCorrelation
,LinearFunctionAddressCorrelation
public interface AddressCorrelation
Interface representing the address mapping for any means of correlating addresses
between a source program and a destination program.
-
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.default String
getName()
This method is no longer part of the API.
-
Method Details
-
getName
This method is no longer part of the API. Leaving a default implementation to reduce breaking clients.- Returns:
- the simple class name of the implementing class