Class VTImpliedMatchInfo
java.lang.Object
ghidra.feature.vt.api.main.VTMatchInfo
ghidra.feature.vt.gui.provider.impliedmatches.VTImpliedMatchInfo
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.-
Field Summary
Fields inherited from class ghidra.feature.vt.api.main.VTMatchInfo
matchSet
-
Constructor Summary
ConstructorDescriptionVTImpliedMatchInfo
(VTMatchSet matchSet, ghidra.program.model.symbol.Reference sourceRef, ghidra.program.model.symbol.Reference destinationRef) -
Method Summary
Modifier and TypeMethodDescriptionghidra.program.model.symbol.Reference
ghidra.program.model.address.Address
ghidra.program.util.ProgramLocation
ghidra.program.model.symbol.Reference
ghidra.program.model.address.Address
ghidra.program.util.ProgramLocation
Methods inherited from class ghidra.feature.vt.api.main.VTMatchInfo
equals, getAssociationType, getConfidenceScore, getDestinationAddress, getDestinationLength, getMatchSet, getSimilarityScore, getSourceAddress, getSourceLength, getTag, hashCode, setAssociationType, setConfidenceScore, setDestinationAddress, setDestinationLength, setSimilarityScore, setSourceAddress, setSourceLength, setTag, toString
-
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()
-