Skip to content
hasherezade edited this page Aug 28, 2014 · 30 revisions

bearparser

Portable Executable parsing library
WARNING: this is an early beta version, some elements are unfinished!
Please report any bugs and remarks to: hasherezade@op.pl

Requires:

Sneak preview

If you don't want to build, but just see it in action, here is a daily build (experimental!!!)
http://hasherezade.net/bcmd.zip
platform: Windows, 32bits:
requires: Microsoft Visual C++ 2010 Redistributable Package

How to build (example step-by-step):

mkdir re-bear
git clone https://github.com/hasherezade/bearparser.git
mkdir build
cd build
cmake -G [some generator] ../bearparser/
make

Done! You can test it running the commander:

./commander/bearcommander [optional: path to exe]

More about bearcommander:
https://github.com/hasherezade/bearparser/wiki/bearcommander

Clone this wiki locally