AlignRule |
ByteSearch post search rule when a pattern is found.
|
DittedBitSequence |
A pattern of bits/mask to match to a stream of bytes.
|
DummyMatchAction |
Dummy action attached to a match sequence.
|
GenericByteSequencePattern<T> |
Templated simple DittedBitSequence Pattern for a byte/mask pattern and associated action.
|
GenericMatchAction<T> |
Template for generic match action attached to a match sequence.
|
Match |
Represents a match of a DittedBitSequence at a given offset in a byte sequence.
|
MemoryBytePatternSearcher |
Multi pattern/mask/action memory searcher
Patterns must be supplied/added, or a pre-initialized searchState supplied
Preload search patterns and actions, then call search method.
|
Pattern |
Pattern is an association of a DittedBitSequence to match,
a set of post rules after a match is found that must be satisfied,
and a set of actions to be taken if the pattern matches.
|
PatternPairSet |
A set of "pre" DittedBitSequences and a set of "post" Patterns are paired to form a larger pattern.
|
SequenceSearchState |
SeqenceSearchState holds the state of a search for a DittedBitSequence within a byte
sequence.
|