Class BulkPatternByteMatcher<T extends BytePattern>
java.lang.Object
ghidra.features.base.memsearch.matcher.BulkPatternByteMatcher<T>
- Type Parameters:
T- the specific pattern type
- All Implemented Interfaces:
ByteMatcher<T>
ByteMatcher that uses a BulkPatternSearcher to simultaneously search for multiple
byte patterns.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BulkPatternByteMatcher
Constructor- Parameters:
patterns- the list of patterns that this byte matcher will simultaneously search for
-
-
Method Details
-
match
- Specified by:
matchin interfaceByteMatcher<T extends BytePattern>
-
getDescription
- Specified by:
getDescriptionin interfaceByteMatcher<T extends BytePattern>
-