c unpacker now works

This commit is contained in:
2022-09-09 00:47:33 +02:00
parent f817dc9254
commit 4903ac3786
2 changed files with 9 additions and 7 deletions

4
c_unpacker/readme.txt Normal file
View File

@@ -0,0 +1,4 @@
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 !!!