m0dern_p4cker
Binary encryptor
A modern packer for Linux executables that applies various encryption techniques to hide their contents
Just a modern packer for elf binaries ( works on linux executables only )
42 stars
5 watching
6 forks
Language: C
last commit: almost 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
silentvoid13/silent_packer | A binary packer that encrypts and decrypts the code section of an executable before execution. | 81 |
packz/binary-encryption | An implementation of binary encryption from the phrack magazine. | 65 |
arisada/midgetpack | Protects binary assets by encrypting and authenticating them with secure key exchange protocols | 197 |
droberson/elfcrypt | An ELF crypter using RC4 encryption | 114 |
m4b/goblin | A Rust-based library for parsing and analyzing binary formats | 1,206 |
rubencaro/cipher | A cryptographic library for encrypting and decrypting arbitrary binary data in Elixir | 61 |
nqntmqmqmb/xorpacker | A tool that encrypts and decrypts .NET executables using a simple XOR cipher | 14 |
alichtman/deadbolt | A file encryption tool that uses AES-256 to protect files and allows easy decryption with a password | 344 |
packing-box/bintropy | An analysis tool for estimating the likelihood of binary compression or encryption | 43 |
samlarenn/pepacker | A tool for encrypting and obfuscating .text sections of executable files. | 49 |
m4rco-/dorothy2 | A framework for analyzing suspicious binaries by configuring analysis environments and executing them in a sandboxed space | 197 |
bitbeans/streamcryptor | A C# project for secure file encryption and decryption using stream-based approach and cryptographic libraries. | 131 |
sorairolake/abcrypt | A Rust library and tool suite for secure file encryption and decryption. | 14 |
elfmaster/sherlocked | Protects scripts by encrypting and decrypting them within an executable binary | 104 |
89luca89/pakkero | A tool for compressing and protecting binary files | 252 |