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
ConstructorDescriptionRegExMemSearcherAlgorithm
(SearchInfo searchInfo, AddressSetView searchSet, Program program, boolean searchAcrossAddressGaps) -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
isMatchingAddress
(Address address, long matchSize) void
search
(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:MemorySearchAlgorithm
Perform the search- Specified by:
search
in interfaceMemorySearchAlgorithm
- Parameters:
accumulator
- the results accumulatormonitor
- the monitor
-
isMatchingAddress
-