Package ghidra.feature.vt.api.util
Class VTMatchUtil
java.lang.Object
ghidra.feature.vt.api.util.VTMatchUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-
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 matchforSource
- 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.
-