mirror of
https://github.com/hasherezade/bearparser
synced 2026-06-08 14:32:38 +00:00
be37b63debe96cf257f33beb37e1fca1ac08ed03
target_link_libraries(target bearparser) "Include/boreparser/" will be added to target's include directories, automatic.
bearparser
Portable Executable parsing library
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 ../
Read more on Wiki:
https://github.com/hasherezade/bearparser/wiki
PE-bear
Check also PE-bear - a GUI application using bearparser:
Description
Languages
C++
81.6%
C
16.2%
CMake
1.4%
Shell
0.8%
