xorPacker
PE packer
A tool that encrypts and decrypts .NET executables using a simple XOR cipher
A simple packer working with all PE files which cipher your exe with a XOR implementation
14 stars
2 watching
3 forks
Language: C#
last commit: over 4 years ago
Linked from 1 awesome list
dotnetencryptionpackerxor
Related projects:
Repository | Description | Stars |
---|---|---|
| A tool for compressing and encrypting Portable Executable files using Huffman compression and XOR encryption. | 57 |
| Detects whether an executable is packed using various methods and signatures. | 21 |
| A tool for encrypting and obfuscating .text sections of executable files. | 49 |
| A .NET executable packer designed to provide a basic understanding of runtime packing and compression | 59 |
| A tool for compressing and decompressing PE32 executables using aPLib compression library | 10 |
| Writing a simple PE Packer in detail to understand its inner workings and techniques | 15 |
| A tool for reversing XOR encryption using known-plaintext attacks. | 142 |
| A modern packer for Linux executables that applies various encryption techniques to hide their contents | 42 |
| A tool that packs Windows executable files to make them harder to reverse-engineer | 330 |
| A binary packer that encrypts and decrypts the code section of an executable before execution. | 81 |
| A toolkit for analyzing and improving password cracking operations by identifying common patterns in leaked passwords. | 807 |
| A tool for packaging Windows executable files into a compressed format using LZMA compression and relocating shell code to an external DLL. | 110 |
| An analysis tool for estimating the likelihood of binary compression or encryption | 43 |
| A tool for compressing and encrypting .NET assemblies while manipulating the PE file format to optimize storage | 168 |