Mortal Kombat X X64TOC.TXT
-
- Posts: 27
- Joined: Tue Apr 21, 2015 2:15 pm
Mortal Kombat X X64TOC.TXT
has someone already decrypted X64TOC.TXT from last update?
-
- Posts: 10
- Joined: Tue Jan 26, 2016 10:34 pm
Re: Mortal Kombat X X64TOC.TXT
The key is:
it is an AES 256 using ECB
EED11F91FDD7197FEB50C7CC1F0F2E38B48AED3A45F3232D5A91D860812A4EAC
it is an AES 256 using ECB
EED11F91FDD7197FEB50C7CC1F0F2E38B48AED3A45F3232D5A91D860812A4EAC
-
- Posts: 27
- Joined: Tue Apr 21, 2015 2:15 pm
Re: Mortal Kombat X X64TOC.TXT
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
-
- Posts: 176
- Joined: Thu Oct 02, 2014 4:58 pm
Re: Mortal Kombat X X64TOC.TXT
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
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