cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Help in porting C to python
Help in porting C to python
Jun 6, 2014 at 2:52pm UTC
Omega11
(8)
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 UTC
keskiverto
(10402)
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 UTC
Omega11
(8)
Thanks! Can you port it to python?
Topic archived. No new replies allowed.