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
Modifier and TypeMethodDescriptionvoidsearch(Accumulator<MemSearchResult> accumulator, TaskMonitor monitor) Perform the search
-
Method Details
-
search
Perform the search- Parameters:
accumulator- the results accumulatormonitor- the monitor
-