Silent_Packer
Binary packer
A binary packer that encrypts and decrypts the code section of an executable before execution.
An ELF / PE binary packer written in pure C, made for fun
80 stars
7 watching
14 forks
Language: C
last commit: 8 months ago
Linked from 1 awesome list
celf-packerencryption-methodspackerpe-packer
Related projects:
Repository | Description | Stars |
---|---|---|
n4sm/m0dern_p4cker | A modern packer for Linux executables that applies various encryption techniques to hide their contents | 42 |
packz/binary-encryption | An implementation of binary encryption from the phrack magazine. | 65 |
89luca89/pakkero | A tool for compressing and protecting binary files | 250 |
ex0dus-0x/ward | Creates stealthy droppers for loading malicious code into memory | 18 |
elfmaster/sherlocked | Transforms any type of script into a protected executable file with anti-debugging and encryption. | 104 |
levanvn/pe_packer | Writing a simple PE Packer in detail to understand its inner workings and techniques | 15 |
packing-box/bintropy | An analysis tool for estimating the likelihood of binary compression or encryption | 42 |
arisada/midgetpack | Protects binary assets by encrypting and authenticating them with Curve25519 key exchange or password-based encryption. | 197 |
nqntmqmqmb/xorpacker | A tool that encrypts and decrypts .NET executables using a simple XOR cipher | 14 |
akuafif/hxor-packer | A tool for compressing and encrypting Portable Executable files using Huffman compression and XOR encryption. | 58 |
friedkiwi/netcrypt | A .NET executable packer providing runtime packing for .NET executables without native code usage | 58 |
mesaleh/packid | A tool for identifying and analyzing packers in executable files. | 9 |
unknow101/fuckthatpacker | A tool to bypass Windows Defender by packing payloads and integrating with CobaltStrike | 628 |
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 |