Package ghidra.util.search.memory
Class MemSearcherAlgorithm
- java.lang.Object
-
- ghidra.util.search.memory.MemSearcherAlgorithm
-
- All Implemented Interfaces:
MemorySearchAlgorithm
public class MemSearcherAlgorithm extends java.lang.Object implements MemorySearchAlgorithm
Search memory using the provided search text.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
search(Accumulator<MemSearchResult> accumulator, TaskMonitor monitor)
Perform the search
-
-
-
Method Detail
-
search
public void search(Accumulator<MemSearchResult> accumulator, TaskMonitor monitor)
Description copied from interface:MemorySearchAlgorithm
Perform the search- Specified by:
search
in interfaceMemorySearchAlgorithm
- Parameters:
accumulator
- the results accumulatormonitor
- the monitor
-
-