Page 1 of 1

ZIP on linux?

Posted: Wed May 17, 2006 12:37 pm
by Inf0Byt3
Anybody got some ZIP related sources/examples of use on linux? I need to create a ZIP depacker and unfortunately I didn't find any information on how to use PB to zip/unzip stuff...

Posted: Wed May 17, 2006 4:05 pm
by KarLKoX
Try to make a userlib using the zlib sourcecode wich is highly portable.

Posted: Wed May 17, 2006 4:11 pm
by dracflamloc
you could also just use an external call to tar.

Posted: Wed May 17, 2006 4:47 pm
by Inf0Byt3
Thanks. I'll try to follow your advices :).