三国赵云传 PACK

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

三国赵云传 PACK

Post by hackspeedok »

aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: 三国赵云传 PACK

Post by aluigi »

Unknown compression algorithm.
The only thing I can do is just dumping the files "as-is" without decompressing them:

Code: Select all

idstring "PACK"
get FILES long
for i = 0 < FILES
    get SIZE long
    get OFFSET long
    get NAME_CRC long
    putarray 0 i OFFSET
next i

get SIZE asize
putarray 0 i SIZE
sortarray 0

for i = 0 < FILES
    getarray OFFSET 0 i
    math i + 1
    getarray SIZE 0 i
    math SIZE - OFFSET
    log "" OFFSET SIZE
next
hackspeedok
Posts: 404
Joined: Mon Oct 06, 2014 6:41 pm

Re: 三国赵云传 PACK

Post by hackspeedok »

Hi Aluigi, can these files help you?
https://drive.google.com/open?id=1rNDtr ... sRUfvw4nf4
Thanks for your help :D