-
Notifications
You must be signed in to change notification settings - Fork 107
Home
@hasherezade edited this page Apr 14, 2018
·
30 revisions
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:
- Qt5 SDK
- Qt5 Core
- cmake http://www.cmake.org/
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
~ hasherezade (@hasherezade), 2014-2015 ~