ZuOnline (最游记)

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
CriticalError
Posts: 204
Joined: Thu Aug 14, 2014 8:52 pm

ZuOnline (最游记)

Post by CriticalError »

Image
Image

Hello guys, well I try figure out how unpack files of this game, I make some views in header and found that, maybe somebody can get something? .package file format.

PD: can somebody help me with script :(

Code: Select all

# ZuOnline
# script for QuickBMS http://quickbms.aluigi.org

idstring "SSHEN"
goto 0x20
get DUMMY long
get DUMMY long
get NAMES_OFF long
get INFO_OFF long
get CRC_OFF long
get FILES long
get CRC long
get DUMMY long
get DUMMY long
goto INFO_OFF
for i = 0 < FILES
    get OFFSET long
    get SIZE long
    math OFFSET += 4
    log "" OFFSET SIZE
next i


Image

http://puu.sh/c8E7z/492e9b6cf9.7z
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: ZuOnline (最游记)

Post by aluigi »

I already made a script for this game some months ago, but it seems that they changed the xor key.
I have updated the script:
http://aluigi.org/papers/bms/others/zuonline.bms