Package ghidra.app.plugin.match
Class MatchData
- java.lang.Object
-
- ghidra.app.plugin.match.MatchData
-
public class MatchData extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.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 Detail
-
matchData
public static java.util.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
-
-