Package ghidra.app.plugin.match
Class MatchData
java.lang.Object
ghidra.app.plugin.match.MatchData
-
Method Summary
Modifier and TypeMethodDescriptionstatic List
<MatchedData> matchData
(Program aProgram, AddressSetView setA, Program bProgram, AddressSetView setB, int minimumDataSize, int maximumDataSize, int alignment, boolean skipHomogenousData, boolean includeOneToOne, boolean includeNonOneToOne, TaskMonitor monitor)
-
Method Details
-
matchData
public static List<MatchedData> matchData(Program aProgram, AddressSetView setA, Program bProgram, AddressSetView setB, int minimumDataSize, int maximumDataSize, int alignment, boolean skipHomogenousData, boolean includeOneToOne, boolean includeNonOneToOne, TaskMonitor monitor) throws CancelledException - Throws:
CancelledException
-