-
Notifications
You must be signed in to change notification settings - Fork 107
Home
hasherezade edited this page May 4, 2023
·
30 revisions
Portable Executable parsing library
Requires:
- Qt5 SDK
- Qt5 Core
- cmake http://www.cmake.org/
Install:
(On Windows, run Git Bash first.)
git clone https://github.com/hasherezade/bearparser.git
Now you have the latest sourcecode in bearparser
directory.
On Linux:
cd bearparser
./build.sh
If everything went fine, you will see at the end:
[100%] Built target bearcommander
Install the project...
-- Install configuration: ""
-- Installing: /[your path]/bearparser/build/bearcommander
Done! You can test it running the commander:
./build/bearcommander [optional: path to exe]
More about bearcommander:
https://github.com/hasherezade/bearparser/wiki/bearcommander
~ hasherezade (@hasherezade), 2014-2015 ~