Class VTImpliedMatchInfo

java.lang.Object
ghidra.feature.vt.api.main.VTMatchInfo
ghidra.feature.vt.gui.provider.impliedmatches.VTImpliedMatchInfo

public class VTImpliedMatchInfo extends VTMatchInfo
A VTMatchInfo object that represents the concept of an implied match. This type of match exists because two functions share references to the same data or functions.
  • Constructor Details

    • VTImpliedMatchInfo

      public VTImpliedMatchInfo(VTMatchSet matchSet, ghidra.program.model.symbol.Reference sourceRef, ghidra.program.model.symbol.Reference destinationRef)
  • Method Details

    • getSourceReference

      public ghidra.program.model.symbol.Reference getSourceReference()
    • getDestinationReference

      public ghidra.program.model.symbol.Reference getDestinationReference()
    • getSourceReferenceAddress

      public ghidra.program.model.address.Address getSourceReferenceAddress()
    • getDestinationReferenceAddress

      public ghidra.program.model.address.Address getDestinationReferenceAddress()
    • getSourceReferenceLocation

      public ghidra.program.util.ProgramLocation getSourceReferenceLocation()
    • getDestinationReferenceLocation

      public ghidra.program.util.ProgramLocation getDestinationReferenceLocation()