LZMA 5D 00 00 01 00

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
hackspeedok
Posts: 404
Joined: Mon Oct 06, 2014 6:41 pm

LZMA 5D 00 00 01 00

Post by hackspeedok »

Can you help me ?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: LZMA 5D 00 00 01 00

Post by aluigi »

It's a lzma86head with a 32bit size instead of the normal 64bit one:

Code: Select all

comtype lzma_0
get DUMMY byte
get DICT_SIZE long
get SIZE long
savepos OFFSET
get ZSIZE asize
math ZSIZE -= OFFSET
get NAME basename
clog NAME OFFSET ZSIZE SIZE
hackspeedok
Posts: 404
Joined: Mon Oct 06, 2014 6:41 pm

Re: LZMA 5D 00 00 01 00

Post by hackspeedok »

i got this, can you help me again
hackspeedok
Posts: 404
Joined: Mon Oct 06, 2014 6:41 pm

Re: LZMA 5D 00 00 01 00

Post by hackspeedok »

need some help ???