Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hasherezade/bearparser

Portable Executable parsing library (from PE-bear)
https://github.com/hasherezade/bearparser

bearparser multiplatform parser-library pe

Last synced: 5 days ago
JSON representation

Portable Executable parsing library (from PE-bear)

Awesome Lists containing this project

README

        

bearparser
==========
[![Build status](https://ci.appveyor.com/api/projects/status/8p6wp0bcq2mx8208?svg=true)](https://ci.appveyor.com/project/hasherezade/bearparser)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/bc1bdddf14244559ab4786939c6f9569)](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

PE-bear logo

Check also PE-bear - a GUI application using `bearparser`:
+ https://github.com/hasherezade/pe-bear