Help in porting C to python

Jun 6, 2014 at 2:52pm
Hello, I need a small help in porting this code to python.
https://github.com/alguien-gh/scripts/blob/master/exploits/rom0x/unlzs.c

I can't understand the logic in here.

Jun 6, 2014 at 4:37pm
It seems to uncompress a file (or part of it). Websearch with lzs and python leads to:

https://github.com/fragglet/lhasa
Jun 7, 2014 at 5:22am
Thanks! Can you port it to python?
Topic archived. No new replies allowed.