Package ghidra.feature.vt.api.util
Class VTRelatedMatchUtil
java.lang.Object
ghidra.feature.vt.api.util.VTRelatedMatchUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Set
<ghidra.program.model.address.Address> getCalleesOf
(ghidra.program.model.listing.Function function) static Set
<ghidra.program.model.address.Address> getCallersOf
(ghidra.program.model.listing.Function function) static Collection
<VTRelatedMatch> getRelatedMatches
(ghidra.util.task.TaskMonitor monitor, VTSession session, VTMatch match)
-
Constructor Details
-
VTRelatedMatchUtil
public VTRelatedMatchUtil()
-
-
Method Details
-
getRelatedMatches
public static Collection<VTRelatedMatch> getRelatedMatches(ghidra.util.task.TaskMonitor monitor, VTSession session, VTMatch match) throws ghidra.util.exception.CancelledException - Throws:
ghidra.util.exception.CancelledException
-
getCalleesOf
public static Set<ghidra.program.model.address.Address> getCalleesOf(ghidra.program.model.listing.Function function) -
getCallersOf
public static Set<ghidra.program.model.address.Address> getCallersOf(ghidra.program.model.listing.Function function)
-