Sunday, February 22, 2015

Bingrep - Binary Auditor

Bingrep - Binary Auditor Bingrep allows you to find a binary expression into a file, or files, by searching recursively in a directory tree. You do not depend on file extensions anymore. You can find any file for its type, Bingrep will find it looking for binary patterns into the file.
You could use Bingrep for binary audit purposes as well.

How to use it

You just have to provide the path where to look for the expression, and the text file containing the expression to be find:

using

The text file with the expression to be find must look like:
61 6E 64 6F
Using one space to separate each hexa expression.

Here an output sample:

sample

As you can see, bingrep returns the offset where the expression was found.

Download

Linux:
Bingrep: bingrep-0.2.07.tar.gz (Normally this is what you want)
Bingrep library: libbingrep-0.2.05.tar.gz

Instructions: Build libbingrep and copy the resulting dynamic library to the lib directory in the bingrep folder. Add this lib folder to the LD_LIBRARY_PATH environment variable.

No comments:

Post a Comment