Skip to content
@hasherezade edited this page Apr 14, 2018 · 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@gmail.com

Requires:

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