Package ghidra.util.bytesearch


package ghidra.util.bytesearch
  • Class
    Description
    ByteSearch post search rule when a pattern is found.
    A pattern of bits/mask to match to a stream of bytes.
    Dummy action attached to a match sequence.
    Templated simple DittedBitSequence Pattern for a byte/mask pattern and associated action.
    Template for generic match action attached to a match sequence.
    Represents a match of a DittedBitSequence at a given offset in a byte sequence.
    Interface for a match action to be taken for the Program@Address for a ditted bit seqence pattern
    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 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.
    Interface for factories that create Match Pattern classes
    A set of "pre" DittedBitSequences and a set of "post" Patterns are paired to form a larger pattern.
    Inteface for post match rules that are checked after a match is idenfied
    SeqenceSearchState holds the state of a search for a DittedBitSequence within a byte sequence.