Important information: this site is currently scheduled to go offline indefinitely by December 1st 2023. If you wish to donate to attempt the preservation of tools and software somewhere else before it goes down, check the GoFundMe
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
the usual zip xored with 0x55, it's used in various games but I have not seen a common developer/publisher since they look all different (paradox, ubi, a german one and others).
for the other games google "filexor 0x55" :)