Package ghidra.app.plugin.match
Class MatchSymbol
java.lang.Object
ghidra.app.plugin.match.MatchSymbol
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List
<MatchSymbol.MatchedSymbol> matchSymbol
(Program aProgram, AddressSetView setA, Program bProgram, AddressSetView setB, int minSymbolNameLength, boolean includeOneToOneOnly, boolean includeExternals, TaskMonitor monitor)
-
Method Details
-
matchSymbol
public static List<MatchSymbol.MatchedSymbol> matchSymbol(Program aProgram, AddressSetView setA, Program bProgram, AddressSetView setB, int minSymbolNameLength, boolean includeOneToOneOnly, boolean includeExternals, TaskMonitor monitor) throws CancelledException - Throws:
CancelledException
-