Package ghidra.util.search.memory
Class MemSearcherAlgorithm
java.lang.Object
ghidra.util.search.memory.MemSearcherAlgorithm
- All Implemented Interfaces:
MemorySearchAlgorithm
Search memory using the provided search text.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
search
(Accumulator<MemSearchResult> accumulator, TaskMonitor monitor) Perform the search
-
Field Details
-
searchLimit
protected int searchLimit
-
-
Method Details
-
search
Description copied from interface:MemorySearchAlgorithm
Perform the search- Specified by:
search
in interfaceMemorySearchAlgorithm
- Parameters:
accumulator
- the results accumulatormonitor
- the monitor
-