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>

public class BulkPatternByteMatcher<T extends BytePattern> extends Object implements ByteMatcher<T>
ByteMatcher that uses a BulkPatternSearcher to simultaneously search for multiple byte patterns.