mirror of
https://github.com/hasherezade/bearparser
synced 2026-06-08 14:32:38 +00:00
918 B
918 B
bearparser
Portable Executable parsing library
Requires:
- Qt6 SDK
- Qt6 Core
- cmake http://www.cmake.org/
Possible to build with older versions of QT (Qt4, Qt5) by setting an appropriate CMake flag: USE_QT4 or USE_QT5
Example:
cmake -G "Unix Makefiles" -D USE_QT4=ON ../
Read more on Wiki:
https://github.com/hasherezade/bearparser/wiki
PE-bear
Check also PE-bear - a GUI application using bearparser: