https://github.com/hasherezade/bearparser
Portable Executable parsing library (from PE-bear)
https://github.com/hasherezade/bearparser
bearparser multiplatform parser-library pe
Last synced: 23 days ago
JSON representation
Portable Executable parsing library (from PE-bear)
- Host: GitHub
- URL: https://github.com/hasherezade/bearparser
- Owner: hasherezade
- License: bsd-2-clause
- Created: 2014-08-16T16:27:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-04-12T13:30:22.000Z (23 days ago)
- Last Synced: 2025-04-12T14:30:27.196Z (23 days ago)
- Topics: bearparser, multiplatform, parser-library, pe
- Language: C++
- Homepage: https://hasherezade.github.io/bearparser
- Size: 358 MB
- Stars: 657
- Watchers: 42
- Forks: 108
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - hasherezade/bearparser - Portable Executable parsing library (from PE-bear) (C++)
README
bearparser
==========
[](https://ci.appveyor.com/project/hasherezade/bearparser)
[](https://app.codacy.com/gh/hasherezade/bearparser/dashboard?branch=master)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`:
+ https://github.com/hasherezade/pe-bear