bearparser

August 29, 2024 ยท View on GitHub

Build status Codacy Badge

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

PE-bear logo

Check also PE-bear - a GUI application using bearparser:

  • https://github.com/hasherezade/pe-bear

Contents

  1. 1Read more on Wiki:
  2. 2PE-bear