Files
upkr/c_unpacker/readme.txt
2022-09-09 00:47:33 +02:00

5 lines
254 B
Plaintext

a very simple unpacker in c, as a reference for people wanting to implement their own unpacker.
absolutely not production ready, it makes no effort to ensure the output buffer can actually
hold the uncompressed data.
!!! Never run on untrusted input !!!