Files
Senbei/senbei-pe/src/lib.rs
T
2026-08-11 14:19:56 +08:00

6 lines
89 B
Rust

//! PE detection, unpacking, and structural validation.
mod engine;
pub use engine::*;