Skip to content
hasherezade edited this page May 4, 2023 · 30 revisions

bearparser

Portable Executable parsing library

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