Package ghidra.util.search.memory
Interface MemorySearchAlgorithm
-
- All Known Implementing Classes:
MemSearcherAlgorithm
,RegExMemSearcherAlgorithm
public interface MemorySearchAlgorithm
An interface to unify the different methods for searching memory.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
search(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
-
-