Package ghidra.feature.vt.api.db
Class DeletedMatch
java.lang.Object
ghidra.feature.vt.api.db.DeletedMatch
A simple object that holds information about a match that has been deleted from the database.
-
Method Summary
Modifier and TypeMethodDescriptionghidra.program.model.address.Address
ghidra.program.model.address.Address
-
Method Details
-
getSourceAddress
public ghidra.program.model.address.Address getSourceAddress() -
getDestinationAddress
public ghidra.program.model.address.Address getDestinationAddress()
-