pakkero
Binary packer
A tool for compressing and protecting binary files
Pakkero is a binary packer written in Go made for fun and educational purpose. Its main goal is to take in input a program file (elf binary, script, even appimage) and compress it, protect it from tampering and intrusion.
252 stars
7 watching
42 forks
Language: Go
last commit: about 2 years ago
Linked from 1 awesome list
compressionelfelf-binariesencryptiongolanglauncherpackerpayloadprotectorupx
Related projects:
Repository | Description | Stars |
---|---|---|
silentvoid13/silent_packer | A binary packer that encrypts and decrypts the code section of an executable before execution. | 81 |
dimkr/papaw | A tool that reduces the size of executables and provides basic protection to prevent reverse-engineering | 43 |
packz/binary-encryption | An implementation of binary encryption from the phrack magazine. | 65 |
akuafif/hxor-packer | A tool for compressing and encrypting Portable Executable files using Huffman compression and XOR encryption. | 57 |
emmanuel-marty/lzsa | A compression format designed for efficient decompression on 8-bit microcomputers. | 237 |
unknow101/fuckthatpacker | A tool to bypass Windows Defender by packing payloads and integrating with CobaltStrike | 630 |
dontlaugh/packer-provisioner-deno | A Packer plugin that runs Deno scripts to provision virtual machines and containers | 5 |
z3r0d4y5/simple-pe32-packer | A tool for compressing and decompressing PE32 executables using aPLib compression library | 10 |
hashicorp/packer | Creates identical machine images for multiple platforms from a single source configuration | 15,152 |
eronana/packer | A tool for compressing and modifying executable files on Windows. | 46 |
kt3k/packup | A web application packager for Deno that bundles, builds, and serves frontend applications with minimal configuration. | 330 |
packing-box/bintropy | An analysis tool for estimating the likelihood of binary compression or encryption | 43 |
n4sm/m0dern_p4cker | A modern packer for Linux executables that applies various encryption techniques to hide their contents | 42 |
aaaddress1/theark | A tool for creating Windows PE files with dynamic compression and file mapping. | 52 |