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:
- Qt5 SDK
- Qt5 Core
- cmake http://www.cmake.org/
Possible to build with Qt4 (instead of Qt5) by setting a CMake flag: USE_QT4
Example:
cmake -G "Unix Makefiles" -D USE_QT4=ON ../