lzsa
Packer
A compression format designed for efficient decompression on 8-bit microcomputers.
Byte-aligned, efficient lossless packer that is optimized for fast decompression on 8-bit micros
236 stars
17 watching
30 forks
Language: C
last commit: 11 months ago
Linked from 1 awesome list
6309650268098-bit8088assemblercc64compressionibm-pcretrocomputingsuffix-arrayz80zx-spectrum
Related projects:
Repository | Description | Stars |
---|---|---|
z3r0d4y5/simple-pe32-packer | A tool for compressing and decompressing PE32 executables using aPLib compression library | 10 |
eronana/packer | A tool for compressing and modifying executable files on Windows. | 46 |
emmanuel-marty/lz4ultra | A tool that optimizes the LZ4 compression algorithm to produce files with faster decompression times. | 57 |
czs108/windows-pe-packer | A tool that packs Windows executable files to make them harder to reverse-engineer | 328 |
akuafif/hxor-packer | A tool for compressing and encrypting Portable Executable files using Huffman compression and XOR encryption. | 58 |
dimkr/papaw | A tool that reduces the size of executables and provides basic protection to prevent reverse-engineering | 41 |
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 |
breakingpitt/zsh-packer | An oh-my-zsh plugin that adds useful aliases and autocomplete features for HashiCorp Packer | 2 |
89luca89/pakkero | A tool for compressing and protecting binary files | 250 |
emmanuel-marty/zultra | A fast compression library that produces near-optimal deflate/zlib/gzip compressed bitstreams with a similar ratio to zopfli. | 27 |
levanvn/pe_packer | Writing a simple PE Packer in detail to understand its inner workings and techniques | 15 |
iancmcc/bingo | Packs and unpacks common data types in a fast and efficient way | 41 |
silentvoid13/silent_packer | A binary packer that encrypts and decrypts the code section of an executable before execution. | 80 |
emmanuel-marty/em_inflate | A fast, in-memory decompression library for common compression formats | 73 |
hashicorp/packer | A tool for creating identical machine images across multiple platforms from a single source configuration. | 15,123 |