bearparser
PE parser
A C++ library for parsing Portable Executable files
Portable Executable parsing library (from PE-bear)
647 stars
39 watching
108 forks
Language: C++
last commit: 5 months ago bearparsermultiplatformparser-librarype
Related projects:
Repository | Description | Stars |
---|---|---|
hasherezade/pe-bear-releases | An open-source tool for analyzing and editing PE file formats | 772 |
hasherezade/libpeconv | A C++ library that provides a set of helper functions for loading, manipulating, and dumping PE files. | 1,129 |
hasherezade/mal_unpack | A tool to unpack malicious code from packed executables using the PE-sieve technique. | 668 |
erocarrera/pefile | A Python module for parsing and working with Portable Executable files. | 1,890 |
samlarenn/pepacker | A tool for encrypting and obfuscating .text sections of executable files. | 49 |
petoolse/petools | A toolkit for analyzing and manipulating Portable Executable (PE) files used in Windows applications. | 1,057 |
dragon-dreamer/binary-valentine | An executable file analyzer tool that detects security, configuration, optimization, system, and format issues in Windows executables | 18 |
aaaddress1/theark | A tool for creating Windows PE files with dynamic compression and file mapping. | 52 |
hasherezade/transacted_hollowing | An implementation of a memory-based PE injection technique for executing payloads in a target process | 521 |
jcreekmore/pem-rs | A Rust library that parses and encodes PEM-encoded data | 57 |
egebalci/amber | Creates reflective PE files that can be executed in memory without being written to disk | 1,208 |
chh/optparse | A lightweight command line argument parser for PHP | 19 |
justicerage/manalyze | Analyzes PE files for security vulnerabilities and suspicious behavior | 1,024 |
lpeter1997/cppcmb | A C++ parser-combinator library with a natural grammar notation | 122 |
levanvn/pe_packer | Writing a simple PE Packer in detail to understand its inner workings and techniques | 15 |