aobscan 0.3.0

AOBscan is a library for multi-threaded AOB memory scanning
Documentation
1
2
3
4
5
6
7
8
9
pub use builder::{BuilderError, PatternBuilder};
#[cfg(feature = "object-scan")]
pub use object_scan::{ObjectError, ObjectScan, SectionResult};
pub use pattern::Pattern;

mod builder;
#[cfg(feature = "object-scan")]
mod object_scan;
mod pattern;