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: 11 months ago
Linked from 1 awesome list
celf-packerencryption-methodspackerpe-packer
Related projects:
Repository | Description | Stars |
---|---|---|
| A modern packer for Linux executables that applies various encryption techniques to hide their contents | 42 |
| An implementation of binary encryption from the phrack magazine. | 65 |
| A tool for compressing and protecting binary files | 252 |
| Creates stealthy droppers for loading malicious code into memory | 19 |
| Protects scripts by encrypting and decrypting them within an executable binary | 104 |
| Writing a simple PE Packer in detail to understand its inner workings and techniques | 15 |
| An analysis tool for estimating the likelihood of binary compression or encryption | 43 |
| Protects binary assets by encrypting and authenticating them with secure key exchange protocols | 197 |
| A tool that encrypts and decrypts .NET executables using a simple XOR cipher | 14 |
| A tool for compressing and encrypting Portable Executable files using Huffman compression and XOR encryption. | 57 |
| A .NET executable packer designed to provide a basic understanding of runtime packing and compression | 59 |
| A tool for identifying and analyzing packers in executable files. | 9 |
| A tool to bypass Windows Defender by packing payloads and integrating with CobaltStrike | 630 |
| A tool that packs Windows executable files to make them harder to reverse-engineer | 330 |
| A compression format designed for efficient decompression on 8-bit microcomputers. | 237 |