-
Notifications
You must be signed in to change notification settings - Fork 107
Home
hasherezade edited this page Nov 30, 2014
·
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@op.pl
Requires:
- Qt4 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
If you don't want to build, but just see it in action, here is a sample build of bearcommander (experimental!!!)
http://hasherezade.net/bcmd.zip
platform: Windows, 32bits:
requires: Microsoft Visual C++ 2010 Redistributable Package
~ hasherezade (@hasherezade), 2014-2015 ~