Package ghidra.feature.vt.api.impl
Class VTRelatedMatchImpl
java.lang.Object
ghidra.feature.vt.api.impl.VTRelatedMatchImpl
- All Implemented Interfaces:
VTRelatedMatch
-
Constructor Summary
ConstructorDescriptionVTRelatedMatchImpl
(VTRelatedMatchType correlation, ghidra.program.model.address.Address sourceAddress, ghidra.program.model.listing.Function sourceFunction, ghidra.program.model.address.Address destinationAddress, ghidra.program.model.listing.Function destinationFunction) -
Method Summary
Modifier and TypeMethodDescriptionghidra.program.model.address.Address
ghidra.program.model.listing.Function
ghidra.program.model.address.Address
ghidra.program.model.listing.Function
-
Constructor Details
-
Method Details
-
getCorrelation
- Specified by:
getCorrelation
in interfaceVTRelatedMatch
-
getDestinationAddress
public ghidra.program.model.address.Address getDestinationAddress()- Specified by:
getDestinationAddress
in interfaceVTRelatedMatch
-
getDestinationFunction
public ghidra.program.model.listing.Function getDestinationFunction()- Specified by:
getDestinationFunction
in interfaceVTRelatedMatch
-
getSourceAddress
public ghidra.program.model.address.Address getSourceAddress()- Specified by:
getSourceAddress
in interfaceVTRelatedMatch
-
getSourceFunction
public ghidra.program.model.listing.Function getSourceFunction()- Specified by:
getSourceFunction
in interfaceVTRelatedMatch
-