Mortal Kombat X X64TOC.TXT

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
n97t7f7b57f
Posts: 27
Joined: Tue Apr 21, 2015 2:15 pm

Mortal Kombat X X64TOC.TXT

Post by n97t7f7b57f »

has someone already decrypted X64TOC.TXT from last update?
thethiny
Posts: 10
Joined: Tue Jan 26, 2016 10:34 pm

Re: Mortal Kombat X X64TOC.TXT

Post by thethiny »

The key is:
it is an AES 256 using ECB
EED11F91FDD7197FEB50C7CC1F0F2E38B48AED3A45F3232D5A91D860812A4EAC
n97t7f7b57f
Posts: 27
Joined: Tue Apr 21, 2015 2:15 pm

Re: Mortal Kombat X X64TOC.TXT

Post by n97t7f7b57f »

thethiny wrote:The key is:
it is an AES 256 using ECB
EED11F91FDD7197FEB50C7CC1F0F2E38B48AED3A45F3232D5A91D860812A4EAC


Well done thethiny!
shout out to UncleFestor

here is a script

Code: Select all

get FN Basename
encryption aes_256_ecb "\xEE\xD1\x1F\x91\xFD\xD7\x19\x7F\xEB\x50\xC7\xCC\x1F\x0F\x2E\x38\xB4\x8A\xED\x3A\x45\xF3\x23\x2D\x5A\x91\xD8\x60\x81\x2A\x4E\xAC"
get SIZE asize
string FN P "%FN%_dec.txt"
log FN 0 SIZE
Savage
Posts: 176
Joined: Thu Oct 02, 2014 4:58 pm

Re: Mortal Kombat X X64TOC.TXT

Post by Savage »

Hi!

I tried to re-password the unprotected file, same size, MD5 is not the same, nothing changed, and the game crashes, i used the code of above