PDA

View Full Version : looking for info on ciso compression


pspZorba
04-18-2008, 01:24 AM
Does someone know what kind of compression it is?

is it zlib ?


is there a special header at the file start or is-it just the 4 bytes CISO ?

pspZorba
04-18-2008, 11:37 AM
I have finally found info. I will share later when I understand everything.

pspZorba
04-26-2008, 11:43 PM
OK I found the infos I was looking for.
To sum up,it's a Zlib compression, not a whole file compression, but a compression sector by sector, so as each compressed sector has a different size, those sizes are stored in the header of the file.
You can download the code here (http://pspzorba.com//articles/articles.php?cat=10&id=77) in English or here (http://pspzorba.com//articles/articles.php?id=61&cat=4) in French

Acerthief
04-27-2008, 04:23 AM
Thanks man! nice job.

pspZorba
04-28-2008, 02:59 AM
Welcome