Crate aobscan

source ·

Structs

A pattern that can be used to scan for matches in a byte array.

Builder for the Pattern struct.
The builder is used to create a Pattern struct with the desired settings.

Information about a match found by the scanner in a section of an object file.

Enums

An error in the pattern builder.
This encapsulates all possible errors that can occur when building a pattern.
An error in the object pattern scanner.
This encapsulates all possible errors that can occur when scanning for a pattern in an object file.

Traits

Implements object file scanning for the pattern.