Package ghidra.util.search.memory
Interface MemorySearchAlgorithm
-
- All Known Implementing Classes:
MemSearcherAlgorithm,RegExMemSearcherAlgorithm
public interface MemorySearchAlgorithmAn interface to unify the different methods for searching memory.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsearch(Accumulator<MemSearchResult> accumulator, TaskMonitor monitor)Perform the search
-
-
-
Method Detail
-
search
void search(Accumulator<MemSearchResult> accumulator, TaskMonitor monitor)
Perform the search- Parameters:
accumulator- the results accumulatormonitor- the monitor
-
-