Interface VTRelatedMatch

All Known Implementing Classes:
VTRelatedMatchImpl

public interface VTRelatedMatch
  • Method Details

    • getCorrelation

      VTRelatedMatchType getCorrelation()
    • getSourceAddress

      ghidra.program.model.address.Address getSourceAddress()
    • getSourceFunction

      ghidra.program.model.listing.Function getSourceFunction()
    • getDestinationAddress

      ghidra.program.model.address.Address getDestinationAddress()
    • getDestinationFunction

      ghidra.program.model.listing.Function getDestinationFunction()