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
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidsearch(Accumulator<MemSearchResult> accumulator, TaskMonitor monitor) Perform the search
-
Field Details
-
searchLimit
protected int searchLimit
-
-
Method Details
-
search
Description copied from interface:MemorySearchAlgorithmPerform the search- Specified by:
searchin interfaceMemorySearchAlgorithm- Parameters:
accumulator- the results accumulatormonitor- the monitor
-