Skip to content

Latest commit

 

History

71 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

Binary grep-like tool

Resources

Stars

7 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages