Class LinearDataAddressCorrelation

java.lang.Object
ghidra.program.util.LinearDataAddressCorrelation
All Implemented Interfaces:
AddressCorrelation

public class LinearDataAddressCorrelation extends Object implements AddressCorrelation
  • Constructor Details

    • LinearDataAddressCorrelation

      public LinearDataAddressCorrelation(Data sourceData, Data destinationData)
  • Method Details

    • getCorrelatedDestinationRange

      public AddressRange getCorrelatedDestinationRange(Address sourceAddress, TaskMonitor monitor) throws CancelledException
      Description copied from interface: AddressCorrelation
      Returns the AddressRange of a set of addresses in the destination program that correlates to corresponding range in the source program.
      Specified by:
      getCorrelatedDestinationRange in interface AddressCorrelation
      Parameters:
      sourceAddress - the source program address
      monitor - the task monitor
      Returns:
      the destination program address range, or null if the source program address maps to one that is "deleted" in the destination program
      Throws:
      CancelledException - if cancelled
    • getName

      public String getName()
      Description copied from interface: AddressCorrelation
      Returns the name of the correlating algorithm.
      Specified by:
      getName in interface AddressCorrelation
      Returns:
      the name of the correlating algorithm.