Skip to content

JonathonReinhart/bgrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bgrep Build Status codecov.io

A binary grep-like tool

Build

bgrep uses SCons to build. With SCons installed, simply type 'scons' in the top-level directory to build.

Usage

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.

License

This software is released under the Apache License 2.0.