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 |
---|---|---|
akuafif/hxor-packer | A tool for compressing and encrypting Portable Executable files using Huffman compression and XOR encryption. | 58 |
packing-box/pypackerdetect | Detects whether an executable is packed using various methods and signatures. | 21 |
samlarenn/pepacker | A tool for encrypting and obfuscating .text sections of executable files. | 49 |
friedkiwi/netcrypt | A .NET executable packer providing runtime packing for .NET executables without native code usage | 58 |
z3r0d4y5/simple-pe32-packer | A tool for compressing and decompressing PE32 executables using aPLib compression library | 10 |
xrw67/petoy | A tool that allows adding protection to executable files by packing them into a container | 9 |
levanvn/pe_packer | Writing a simple PE Packer in detail to understand its inner workings and techniques | 15 |
tomchop/unxor | A tool for reversing XOR encryption using known-plaintext attacks. | 141 |
n4sm/m0dern_p4cker | A modern packer for Linux executables that applies various encryption techniques to hide their contents | 42 |
czs108/windows-pe-packer | A tool that packs Windows executable files to make them harder to reverse-engineer | 328 |
silentvoid13/silent_packer | A binary packer that encrypts and decrypts the code section of an executable before execution. | 80 |
iphelix/pack | A toolkit for analyzing and improving password cracking operations by identifying common patterns in leaked passwords. | 796 |
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 |
packing-box/bintropy | An analysis tool for estimating the likelihood of binary compression or encryption | 42 |
dr4k0nia/origami | A tool for compressing and encrypting .NET assemblies while manipulating the PE file format to optimize storage | 168 |