QQ炫
-
- Posts: 204
- Joined: Thu Aug 14, 2014 8:52 pm
QQ炫
Web: http://x5.qq.com/
Download: http://x5.qq.com/web201403/down.shtml
Hello guys, well as I say before, I cleaning all my garbage of my HDD, so I decide install any game I download before for study format, but a lot of games I delete before so hope somebody can help with this one, the files stored in .PAK, so maybe somebody can take a look into files to unpack them? I know quality of this game is not the best but well if somebody can take a look grateful.
http://puu.sh/bhsuL/efa2b056a3.7z
-
- Posts: 1383
- Joined: Sat Aug 09, 2014 2:34 pm
Re: QQ炫
Code: Select all
# http://x5.qq.com (PAK format)
#
# Written by Ekey (h4x0r)
#
# script for QuickBMS http://quickbms.aluigi.org
goto 0x10
get FILES long
goto 0x20
get TABLESIZE long
goto 0x28
get ENTRYOFFSET long
goto ENTRYOFFSET
getdstring DUMMY 76
for i = 0 < FILES
getdstring MD5HASH 16
get OFFSET long
get NULL long
savepos TEMP
goto OFFSET
get SIZE long
getdstring NULLS 12
get FILETIME longlong
getdstring NULLS 12
getdstring NAME 272
savepos OFFSET
log NAME OFFSET SIZE
goto TEMP
next i