The apk's id is com.NextFloor.DestinyChild
The header for this particular PCK is
Code: Select all
50 43 4B 00 CD CC CC 3E
So far, what I've gathered from looking at the PE using IDA is that it seems to use LZO1X but that's as far as I got
My guess is that either audio or lua script files are stored within
It seems to reference a AES byte key using ECB for possibly encrypted(?) PCKs which is the following:
Code: Select all
key = new Buffer([b]REMOVED!/b])
The game's lib and sample PCK files can be downloaded at [b]REMOVED!/b]
Within the archive are compressed and uncompressed(?) PCK files
Good luck!
-Falz