Expand description
Pelite-style pattern parser used by goblin-sigscan.
This crate parses textual signatures into Atom instructions that can be
executed by scanner implementations.
For scanner-facing onboarding and end-to-end examples, see
goblin_sigscan crate docs: https://docs.rs/goblin-sigscan/latest/goblin_sigscan/.
The canonical syntax tutorial lives on parse.
Cross references:
- scanner runtime APIs:
goblin_sigscan::Scannerandgoblin_sigscan::Matches - prepared scanning path:
goblin_sigscan::PreparedPattern
Structs§
- Parse
PatError - Pattern parser error.
Enums§
Functions§
- parse
- Parses a pelite-style signature string into atoms.
- save_
len - Returns the save array length required by the pattern.