1
2
3
4
5
6
7
8
9
//! Library interface for binsec static detection functionality.
//! Implements the deserializable components for output/file IO, and
//! the main detection interface for parsing the binary for features to output.

pub mod check;
pub mod detect;
pub mod errors;
pub mod format;
pub mod rule_engine;