Overview
aob (array of bytes) is a library for string searching with wildcards. It supports IDA-style patterns, const compiling patterns, and accelerating searches using simd whenever possible/practical.
The latest development docs are available at: https://ryan-rsm-mckenzie.github.io/aob-rs/aob/index.html
The stable release docs are available at: https://docs.rs/aob/latest/aob/
Changelogs are available at: https://github.com/Ryan-rsm-McKenzie/aob-rs/releases
Example
use Needle as _;
aob!
let haystack = ;
let found = NEEDLE.find.unwrap;
assert_eq!;