Package ghidra.feature.vt.api.main
Class VTMatchInfo
java.lang.Object
ghidra.feature.vt.api.main.VTMatchInfo
- Direct Known Subclasses:
VTImpliedMatchInfo
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
ghidra.program.model.address.Address
int
ghidra.program.model.address.Address
int
getTag()
int
hashCode()
void
setAssociationType
(VTAssociationType associationType) void
setConfidenceScore
(VTScore score) void
setDestinationAddress
(ghidra.program.model.address.Address destinationAddress) void
setDestinationLength
(int destinationLength) void
setSimilarityScore
(VTScore score) void
setSourceAddress
(ghidra.program.model.address.Address sourceAddress) void
setSourceLength
(int sourceLength) void
setTag
(VTMatchTag tag) toString()
-
Field Details
-
matchSet
-
-
Constructor Details
-
VTMatchInfo
-
-
Method Details
-
getMatchSet
-
getAssociationType
-
setAssociationType
-
getTag
-
setTag
-
getSimilarityScore
-
setSimilarityScore
-
setConfidenceScore
-
getConfidenceScore
-
setSourceAddress
public void setSourceAddress(ghidra.program.model.address.Address sourceAddress) -
setDestinationAddress
public void setDestinationAddress(ghidra.program.model.address.Address destinationAddress) -
getSourceAddress
public ghidra.program.model.address.Address getSourceAddress() -
getDestinationAddress
public ghidra.program.model.address.Address getDestinationAddress() -
getSourceLength
public int getSourceLength() -
setSourceLength
public void setSourceLength(int sourceLength) -
getDestinationLength
public int getDestinationLength() -
setDestinationLength
public void setDestinationLength(int destinationLength) -
hashCode
public int hashCode() -
equals
-
toString
-