Help me,unpack the SecretOL pak file!

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
wahaha
Posts: 26
Joined: Fri Mar 20, 2015 2:04 pm

Help me,unpack the SecretOL pak file!

Post by wahaha »

the pak pass:
DATA\slk.pak

plz,help me...thanks everyone!
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Help me,unpack the SecretOL pak file!

Post by aluigi »

Very interesting:
- XOR 0x64
- zip with password: Data\slk.vfs

If you need a script for the xoring operation (alternatively you can use my xor tool):

Code: Select all

filexor 0x64
get SIZE asize
get NAME basename
string NAME + ".zip"
log NAME 0 SIZE
print "ZIP PASSWORD: Data\slk.vfs"
wahaha
Posts: 26
Joined: Fri Mar 20, 2015 2:04 pm

Re: Help me,unpack the SecretOL pak file!

Post by wahaha »

thank you very much@gluigi.!