Windows-PE-Packer
File packer
A tool that packs Windows executable files to make them harder to reverse-engineer
🗜️ A packer for Windows x86 executable files written in C and Intel x86 Assembly. The new file after packing can obstruct reverse engineering.
328 stars
19 watching
50 forks
Language: C
last commit: about 1 month ago
Linked from 1 awesome list
pereverse-engineeringsecuritywindows
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
z3r0d4y5/simple-pe32-packer | A tool for compressing and decompressing PE32 executables using aPLib compression library | 10 |
xrw67/petoy | A tool that allows adding protection to executable files by packing them into a container | 9 |
eronana/packer | A tool for compressing and modifying executable files on Windows. | 46 |
aaaddress1/theark | A Windows x86 PE packer implemented in C++ that repackages executable files | 52 |
dimkr/papaw | A tool that reduces the size of executables and provides basic protection to prevent reverse-engineering | 41 |
unknow101/fuckthatpacker | A tool to bypass Windows Defender by packing payloads and integrating with CobaltStrike | 628 |
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 |
emmanuel-marty/lzsa | A compression format designed for efficient decompression on 8-bit microcomputers. | 236 |
friedkiwi/netcrypt | A .NET executable packer providing runtime packing for .NET executables without native code usage | 58 |
sooshie/packerid | A tool for analyzing and disassembling PE files with additional features for parsing and extracting data | 42 |
levanvn/pe_packer | Writing a simple PE Packer in detail to understand its inner workings and techniques | 15 |
hasherezade/mal_unpack | A tool to unpack malicious code from packed executables using the PE-sieve technique. | 657 |
nqntmqmqmb/xorpacker | A tool that encrypts and decrypts .NET executables using a simple XOR cipher | 14 |