Crate aobscan
Source - Pattern
- A pattern that can be used to scan for matches in a byte array.
- PatternBuilder
- Builder for the Pattern struct.
The builder is used to create a Pattern struct with the desired settings.
- SectionResult
- Information about a match found by the scanner in a section of an object file.
- BuilderError
- An error in the pattern builder.
This encapsulates all possible errors that can occur when building a pattern. - ObjectError
- An error in the object pattern scanner.
This encapsulates all possible errors that can occur when scanning for
a pattern in an object file.
- ObjectScan
- Implements object file scanning for the pattern.