Class RegExByteMatcher
java.lang.Object
ghidra.features.base.memsearch.matcher.ByteMatcher
ghidra.features.base.memsearch.matcher.RegExByteMatcher
ByteMatcher
where the user search input has been parsed as a regular expression.-
Nested Class Summary
Nested classes/interfaces inherited from class ghidra.features.base.memsearch.matcher.ByteMatcher
ByteMatcher.ByteMatch
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a description of what this byte matcher matches.Returns additional information about this byte matcher.match
(ExtendedByteSequence byteSequence) Returns anIterable
for returning matches within the given byte sequence.Methods inherited from class ghidra.features.base.memsearch.matcher.ByteMatcher
equals, getInput, getSettings, hashCode, isValidInput, isValidSearch, toString
-
Constructor Details
-
RegExByteMatcher
-
-
Method Details
-
match
Description copied from class:ByteMatcher
Returns anIterable
for returning matches within the given byte sequence.- Specified by:
match
in classByteMatcher
- Parameters:
byteSequence
- the byte sequence to search- Returns:
- an iterable for return matches in the given sequence
-
getDescription
Description copied from class:ByteMatcher
Returns a description of what this byte matcher matches. (Typically a sequence of bytes)- Specified by:
getDescription
in classByteMatcher
- Returns:
- a description of what this byte matcher matches
-
getToolTip
Description copied from class:ByteMatcher
Returns additional information about this byte matcher. (Typically the mask bytes)- Specified by:
getToolTip
in classByteMatcher
- Returns:
- additional information about this byte matcher
-