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.A ByteMatcher that searches an input sequence for matches from multiple patterns.Objects of this class are the result of
SearchFormats not being able to fully parse input text.ByteMatcherwhere the user search input has been parsed into a sequence of bytes and masks to be used for searching a byte sequence.ByteMatcherwhere the user search input has been parsed as a regular expression.