Package ghidra.feature.vt.api.util
Interface VTRelatedMatch
- All Known Implementing Classes:
VTRelatedMatchImpl
public interface VTRelatedMatch
-
Method Summary
Modifier and TypeMethodDescriptionghidra.program.model.address.Address
ghidra.program.model.listing.Function
ghidra.program.model.address.Address
ghidra.program.model.listing.Function
-
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()
-