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 |
---|---|---|
| A binary packer that encrypts and decrypts the code section of an executable before execution. | 81 |
| A tool that reduces the size of executables and provides basic protection to prevent reverse-engineering | 43 |
| An implementation of binary encryption from the phrack magazine. | 65 |
| A tool for compressing and encrypting Portable Executable files using Huffman compression and XOR encryption. | 57 |
| A compression format designed for efficient decompression on 8-bit microcomputers. | 237 |
| A tool to bypass Windows Defender by packing payloads and integrating with CobaltStrike | 630 |
| A Packer plugin that runs Deno scripts to provision virtual machines and containers | 5 |
| A tool for compressing and decompressing PE32 executables using aPLib compression library | 10 |
| Creates identical machine images for multiple platforms from a single source configuration | 15,152 |
| A tool for compressing and modifying executable files on Windows. | 46 |
| A web application packager for Deno that bundles, builds, and serves frontend applications with minimal configuration. | 330 |
| An analysis tool for estimating the likelihood of binary compression or encryption | 43 |
| A modern packer for Linux executables that applies various encryption techniques to hide their contents | 42 |
| A tool for creating Windows PE files with dynamic compression and file mapping. | 52 |