Spiral Knights - steam (.dat)

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
deepth
Posts: 3
Joined: Wed Feb 22, 2017 6:44 pm

Spiral Knights - steam (.dat)

Post by deepth »

can you help me pls to extract .dat file from this game
this game base on java but use .dat file,

http://www88.zippyshare.com/v/vFA3ggq7/file.html

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

Re: Spiral Knights - steam (.dat)

Post by aluigi »

Use offzip or this script:

Code: Select all

math OFFSET = 8
get SIZE asize
math SIZE - OFFSET
comtype zlib_noerror
get NAME basename
clog NAME OFFSET SIZE SIZE
deepth
Posts: 3
Joined: Wed Feb 22, 2017 6:44 pm

Re: Spiral Knights - steam (.dat)

Post by deepth »

thanks :D :D