pouët.net

Go to bottom
lz4pack
[nfo]
screenshot added by dominikr on 2026-03-02 18:47:08
platform :
type :
release date : march 2026
  • 6
  • 1
  • 0
popularity : 48%
 48%
  • 0.86
alltime top: #41103
added on the 2026-03-02 18:47:08 by dominikr dominikr

popularity helper

increase the popularity of this prod by spreading this URL:

or via: facebook twitter pinterest tumblr bluesky threads

comments

small LZ4 packer for Linux/x86.
Whole compressor is 511 bytes, decompression stub is 156 bytes.
See nfo file for more
added on the 2026-03-02 18:50:32 by dominikr dominikr
Neat. I was pondering at some point a upkr x86/x64 depacker then realized dealing with Rust is just.......................................
rulez added on the 2026-03-02 22:59:28 by ^ML!^ ^ML!^
Mandatory thumb up.
rulez added on the 2026-03-02 23:48:14 by ham ham
Very nice, and I see most of that decompression stub is spent doing syscalls etc; the actual decompression code is like ~64 bytes. Maybe, you could have it decompress directly into the stack of the current process and just jump there afterwards. You would just need a mprotect syscall to make give the memory execute permissions.
rulez added on the 2026-03-03 00:22:41 by byteobserver byteobserver
Quote:
Maybe, you could have it decompress directly into the stack of the current process and just jump there afterwards. You would just need a mprotect syscall to make give the memory execute permissions.

Yes, this version is a safe one-size-fits-all packer. The newer version I'm working on is at 106b with the
Code:jmp esp
option. No need for mprotect actually, as 32bit has the stack executable, lacking GNU_STACK phdrs. I also made some other decompressors: 9-14b for RLE, 18b for LZ77, 21-31b for LZSS, 82b for zx0 (ported from DOS). 31b LZSS has similar ratio to LZ4, that would result in a 78b stub.
added on the 2026-03-04 12:25:53 by dominikr dominikr
🤏🏻
rulez added on the 2026-03-04 17:29:33 by p01 p01
tool thumbs
rulez added on the 2026-03-04 17:37:48 by sensenstahl sensenstahl
demotools for the masses!
rulez added on the 2026-03-04 23:10:18 by v3nom v3nom

submit changes

if this prod is a fake, some info is false or the download link is broken,

do not post about it in the comments, it will get lost.

instead, click here !

[previous edits]

add a comment

Go to top