Class VTMatchUtil

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

public class VTMatchUtil extends Object
  • Constructor Details

    • VTMatchUtil

      public VTMatchUtil()
  • Method Details

    • getMatchAddresses

      public static ghidra.program.model.address.AddressSetView getMatchAddresses(VTMatch vtMatch, boolean forSource)
      Get the set of addresses associated with either the source or destination of a version tracking match.
      Parameters:
      vtMatch - the version tracking match
      forSource - true means get the addresses for the source part of the match; false means get the destination part.
      Returns:
      the source or destination addresses for the match.