Package ghidra.features.base.memsearch.matcher
package ghidra.features.base.memsearch.matcher
-
ClassDescriptionByteMatcher is the base class for an object that be used to scan bytes looking for sequences that match some criteria.Record class to contain a match specification.Objects of this class are the result of
SearchFormat
s not being able to fully parse input text.ByteMatcher
where the user search input has been parsed into a sequence of bytes and masks to be used for searching a byte sequence.ByteMatcher
where the user search input has been parsed as a regular expression.