Simple-PE32-Packer
PE packer
A tool for compressing and decompressing PE32 executables using aPLib compression library
Simple PE32 Packer with aPLib compression library. I checked that this packer works on the program LinkParser.exe. This code must be compiled in release mode in order to work properly. I don't know the reason why. Sorry...
10 stars
3 watching
7 forks
Language: C++
last commit: over 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A tool for packaging Windows executable files into a compressed format using LZMA compression and relocating shell code to an external DLL. | 110 |
| A tool that packs Windows executable files to make them harder to reverse-engineer | 330 |
| Writing a simple PE Packer in detail to understand its inner workings and techniques | 15 |
| A tool for compressing and encrypting Portable Executable files using Huffman compression and XOR encryption. | 57 |
| A compression format designed for efficient decompression on 8-bit microcomputers. | 237 |
| A tool that reduces the size of executables and provides basic protection to prevent reverse-engineering | 43 |
| A tool that encrypts and decrypts .NET executables using a simple XOR cipher | 14 |
| A tool for creating Windows PE files with dynamic compression and file mapping. | 52 |
| Detects whether an executable is packed using various methods and signatures. | 21 |
| A tool for packaging source code into a distributable package. | 1 |
| A tool for encrypting and obfuscating .text sections of executable files. | 49 |
| A tool for compressing and modifying executable files on Windows. | 46 |
| A tool for compressing and protecting binary files | 252 |
| A binary packer that encrypts and decrypts the code section of an executable before execution. | 81 |