goblin-sigscan 0.1.0

Goblin-powered PE pattern scanning with pelite-style signatures
Documentation
1
2
3
4
5
6
7
8
9
10
//! Pattern syntax onboarding for pelite-style signatures.
//!
//! `goblin-sigscan` re-exports the parser from `goblin-sigscan-pattern` so callers can
//! parse at runtime or use `pattern!` for compile-time parsing.
//!
//! - Full syntax tutorial (canonical): [`parse`]
//! - Scanner onboarding and save-buffer usage: [`crate`]
//! - Runtime scan APIs: [`crate::Scanner`] and [`crate::Matches`]

pub use goblin_sigscan_pattern::*;