A binary grep-like tool
bgrep uses SCons to build. With SCons installed, simply type 'scons' in the top-level directory to build.
bgrep PATTERN FILE...
PATTERN is a sequence of hex bytes, e.g. 1234FF
.
You can also use .
to match any nibble. For example,
DE.D
would match the bytes DE AD
or DE ED
.
This software is released under the Apache License 2.0.