PE_Packer
PE packer project
Writing a simple PE Packer in detail to understand its inner workings and techniques
Simple Packer PE File
15 stars
1 watching
5 forks
Language: C++
last commit: over 5 years ago
Linked from 1 awesome list
packerpe-file
Related projects:
Repository | Description | Stars |
---|---|---|
z3r0d4y5/simple-pe32-packer | A tool for compressing and decompressing PE32 executables using aPLib compression library | 10 |
yurisizuku/win-simpledpack | A tool for packaging Windows executable files into a compressed format using LZMA compression and relocating shell code to an external DLL. | 108 |
nqntmqmqmb/xorpacker | A tool that encrypts and decrypts .NET executables using a simple XOR cipher | 14 |
czs108/windows-pe-packer | A tool that packs Windows executable files to make them harder to reverse-engineer | 328 |
silentvoid13/silent_packer | A binary packer that encrypts and decrypts the code section of an executable before execution. | 80 |
amakaseev/sprite-sheet-packer | A software tool for efficiently packing and arranging sprite sheets from multiple game assets | 318 |
emmanuel-marty/lzsa | A compression format designed for efficient decompression on 8-bit microcomputers. | 236 |
eronana/packer | A tool for compressing and modifying executable files on Windows. | 46 |
mesaleh/packid | A tool for identifying and analyzing packers in executable files. | 9 |
xrw67/petoy | A tool that allows adding protection to executable files by packing them into a container | 9 |
samlarenn/pepacker | A tool for encrypting and obfuscating .text sections of executable files. | 49 |
akuafif/hxor-packer | A tool for compressing and encrypting Portable Executable files using Huffman compression and XOR encryption. | 58 |
packing-box/pypackerdetect | Detects whether an executable is packed using various methods and signatures. | 21 |
double-p/packer-builder-openbsd-vmm | Automates the creation of OpenBSD VMM images using Packer | 24 |
egebalci/amber | Creates reflective PE files that can be executed in memory without being written to disk | 1,187 |