About binsig
This crate provides an easy way to deal with searching for byte patterns using partial byte signatures.
Usage
use Pattern;
let haystack = &;
let pattern = from_ida.expect;
for in pattern.scan
Output
found needle at 0 with bytes [17, 34, 51]!
found needle at 5 with bytes [17, 34, 51]!
found needle at 8 with bytes [17, 0, 51]!