Quickbms comtype deflate without uncompressed size?

Read or post about compression. And decompression. Or ask questions how to decompress your files.
Post Reply
finale00
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 2382
Joined: Sat Apr 09, 2011 1:22 am
Has thanked: 170 times
Been thanked: 303 times

Quickbms comtype deflate without uncompressed size?

Post by finale00 »

I have some files that are compressed using deflate but I don't have any uncompressed filesizes to work with. Offzip can decompress the file fine, but how can I decompress it in the script?
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1397 times

Re: Quickbms comtype deflate without uncompressed size?

Post by chrrox »

use unzip_dynamic
finale00
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 2382
Joined: Sat Apr 09, 2011 1:22 am
Has thanked: 170 times
Been thanked: 303 times

Re: Quickbms comtype deflate without uncompressed size?

Post by finale00 »

Worked great

Code: Select all

clog NAME OFFSET SIZE SIZE
lol @ docs
unzip_dynamic (automatic zlib/deflate and output size, cool)
Post Reply