hXOR-Packer
Executable packer
A tool for compressing and encrypting Portable Executable files using Huffman compression and XOR encryption.
A PE (Portable Executable) packer with Huffman Compression and Xor encryption.
58 stars
3 watching
13 forks
Language: C++
last commit: about 3 years ago
Linked from 1 awesome list
cpphuffman-algorithmhuffman-compressionhuffman-treepackerpe-headerxor-encryption
Related projects:
Repository | Description | Stars |
---|---|---|
nqntmqmqmb/xorpacker | A tool that encrypts and decrypts .NET executables using a simple XOR cipher | 14 |
dimkr/papaw | A tool that reduces the size of executables and provides basic protection to prevent reverse-engineering | 41 |
z3r0d4y5/simple-pe32-packer | A tool for compressing and decompressing PE32 executables using aPLib compression library | 10 |
aaaddress1/theark | A Windows x86 PE packer implemented in C++ that repackages executable files | 52 |
eronana/packer | A tool for compressing and modifying executable files on Windows. | 46 |
czs108/windows-pe-packer | A tool that packs Windows executable files to make them harder to reverse-engineer | 328 |
emmanuel-marty/lzsa | A compression format designed for efficient decompression on 8-bit microcomputers. | 236 |
xrw67/petoy | A tool that allows adding protection to executable files by packing them into a container | 9 |
friedkiwi/netcrypt | A .NET executable packer providing runtime packing for .NET executables without native code usage | 58 |
89luca89/pakkero | A tool for compressing and protecting binary files | 250 |
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 |
breakingpitt/zsh-packer | An oh-my-zsh plugin that adds useful aliases and autocomplete features for HashiCorp Packer | 2 |
silentvoid13/silent_packer | A binary packer that encrypts and decrypts the code section of an executable before execution. | 80 |
hashicorp/packer | A tool that creates identical machine images for multiple platforms from a single source configuration. | 15,116 |
packing-box/pypackerdetect | Detects whether an executable is packed using various methods and signatures. | 21 |