Package ghidra.util.search.memory
Class RegExMemSearcherAlgorithm
java.lang.Object
ghidra.util.search.memory.RegExMemSearcherAlgorithm
- All Implemented Interfaces:
MemorySearchAlgorithm
Search memory using the provided regular expression.
-
Constructor Summary
ConstructorsConstructorDescriptionRegExMemSearcherAlgorithm(SearchInfo searchInfo, AddressSetView searchSet, Program program, boolean searchAcrossAddressGaps) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisMatchingAddress(Address address, long matchSize) voidsearch(Accumulator<MemSearchResult> accumulator, TaskMonitor monitor) Perform the search
-
Constructor Details
-
RegExMemSearcherAlgorithm
public RegExMemSearcherAlgorithm(SearchInfo searchInfo, AddressSetView searchSet, Program program, boolean searchAcrossAddressGaps)
-
-
Method Details
-
search
Description copied from interface:MemorySearchAlgorithmPerform the search- Specified by:
searchin interfaceMemorySearchAlgorithm- Parameters:
accumulator- the results accumulatormonitor- the monitor
-
isMatchingAddress
-