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
81 stars
7 watching
14 forks
Language: C
last commit: 10 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 | 252 |
ex0dus-0x/ward | Creates stealthy droppers for loading malicious code into memory | 19 |
elfmaster/sherlocked | Protects scripts by encrypting and decrypting them within an executable binary | 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 | 43 |
arisada/midgetpack | Protects binary assets by encrypting and authenticating them with secure key exchange protocols | 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. | 57 |
friedkiwi/netcrypt | A .NET executable packer designed to provide a basic understanding of runtime packing and compression | 59 |
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 | 630 |
czs108/windows-pe-packer | A tool that packs Windows executable files to make them harder to reverse-engineer | 330 |
emmanuel-marty/lzsa | A compression format designed for efficient decompression on 8-bit microcomputers. | 237 |