Package ghidra.feature.vt.gui.util
Class MatchInfo
java.lang.Object
ghidra.feature.vt.gui.util.MatchInfo
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getAppliableMarkupItems
(ghidra.util.task.TaskMonitor monitor) getCurrentMarkupForLocation
(ghidra.program.util.ProgramLocation programLocation, ghidra.program.model.listing.Program program) ghidra.program.model.address.Address
getDestinationAddress
(ghidra.program.model.address.Address sourceAddress, AddressCorrelatorManager correlatorMgr) ghidra.program.model.address.AddressSetView
ghidra.program.model.listing.Data
ghidra.program.model.listing.Function
static ghidra.program.model.address.Address
getMarkupAddressForLocation
(ghidra.program.util.ProgramLocation programLocation, ghidra.program.model.listing.Program program) static VTMarkupType
getMarkupTypeForLocation
(ghidra.program.util.ProgramLocation programLocation, ghidra.program.model.listing.Program program) getMatch()
ghidra.program.model.address.AddressSetView
ghidra.program.model.listing.Data
ghidra.program.model.listing.Function
toString()
-
Method Details
-
clearCache
public void clearCache() -
getMatch
-
getSourceFunction
public ghidra.program.model.listing.Function getSourceFunction() -
getDestinationFunction
public ghidra.program.model.listing.Function getDestinationFunction() -
getSourceData
public ghidra.program.model.listing.Data getSourceData() -
getDestinationData
public ghidra.program.model.listing.Data getDestinationData() -
getSourceAddressSet
public ghidra.program.model.address.AddressSetView getSourceAddressSet() -
getDestinationAddressSet
public ghidra.program.model.address.AddressSetView getDestinationAddressSet() -
getAppliableMarkupItems
-
getDestinationAddress
public ghidra.program.model.address.Address getDestinationAddress(ghidra.program.model.address.Address sourceAddress, AddressCorrelatorManager correlatorMgr) -
getCurrentMarkupForLocation
public VTMarkupItem getCurrentMarkupForLocation(ghidra.program.util.ProgramLocation programLocation, ghidra.program.model.listing.Program program) -
toString
-
getMarkupTypeForLocation
public static VTMarkupType getMarkupTypeForLocation(ghidra.program.util.ProgramLocation programLocation, ghidra.program.model.listing.Program program) -
getMarkupAddressForLocation
public static ghidra.program.model.address.Address getMarkupAddressForLocation(ghidra.program.util.ProgramLocation programLocation, ghidra.program.model.listing.Program program)
-