# Defenders of Ardania
# script for QuickBMS http://quickbms.aluigi.org
filexor 0x55
ComType deflate
for
idstring "PK\x03\x04"
get ver short
get flag short
get method short
get timedate long
get crc long
get comp_size long
get uncomp_size long
get name_len short
get extra_len short
getdstring name name_len
getdstring extra extra_len
savepos offset
if method == 0
Log name offset uncomp_size
else
CLog name offset comp_size uncomp_size
endif
math offset += comp_size
goto offset
next i
Last edited by Ekey on Mon Mar 19, 2012 7:39 pm, edited 2 times in total.