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: 6 months ago bearparsermultiplatformparser-librarype
Related projects:
Repository | Description | Stars |
---|---|---|
| An open-source tool for analyzing and editing PE file formats | 772 |
| A C++ library that provides a set of helper functions for loading, manipulating, and dumping PE files. | 1,129 |
| A tool to unpack malicious code from packed executables using the PE-sieve technique. | 668 |
| A Python module for parsing and working with Portable Executable files. | 1,890 |
| A tool for encrypting and obfuscating .text sections of executable files. | 49 |
| A toolkit for analyzing and manipulating Portable Executable (PE) files used in Windows applications. | 1,057 |
| An executable file analyzer tool that detects security, configuration, optimization, system, and format issues in Windows executables | 18 |
| A tool for creating Windows PE files with dynamic compression and file mapping. | 52 |
| An implementation of a memory-based PE injection technique for executing payloads in a target process | 521 |
| A Rust library that parses and encodes PEM-encoded data | 57 |
| Creates reflective PE files that can be executed in memory without being written to disk | 1,208 |
| A lightweight command line argument parser for PHP | 19 |
| Analyzes PE files for security vulnerabilities and suspicious behavior | 1,024 |
| A C++ parser-combinator library with a natural grammar notation | 122 |
| Writing a simple PE Packer in detail to understand its inner workings and techniques | 15 |