Class VTRelatedMatchUtil

java.lang.Object
ghidra.feature.vt.api.util.VTRelatedMatchUtil

public class VTRelatedMatchUtil extends Object
  • 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)