
https://www.sendspace.com/file/qcj9c6
Code: Select all
comtype gzip
get SIZE long
savepos OFFSET
get ZSIZE asize
math ZSIZE - OFFSET
get NAME basename
clog NAME OFFSET ZSIZE SIZE
aluigi wrote:They are gzipped files with a 32bit uncompressed size at their beginning:I don't know what's the content of these files, they start with "BF" but are not archives.Code: Select all
comtype gzip
get SIZE long
savepos OFFSET
get ZSIZE asize
math ZSIZE - OFFSET
get NAME basename
clog NAME OFFSET ZSIZE SIZE