Search a sequence of bytes in a binary file
$ grep_bin -f test.bin -b fffe
$ grep_bin -f ~/Downloads -b FFFE
$ grep_bin -f ~/Downloads -b FFfe0000 -t mp3
$ grep_bin -f test.bin -s "Hello World"
``` $ grep_bin -h
grepbin 1.0.0 Searches for a sequence of bytes or a ASCII string in a binary file. If a directory is provided grepbin will search every file in the directory recursively.
USAGE:
grep_bin [OPTIONS] -b
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-b
$ git clone https://github.com/LaBatata101/grep_bin
$ cd grep_bin/
$ cargo build --release
cargo install grep_bin