Devs Stuff

// Some info for devs
decryption Key is located in .reloc section during start and is 16byte long (starts with FF 74 2B 0F) and subkeys for each are 8byte long
breakpoint for key is 0xFF142380 // LZMA zlib decompress – CreateFileW BP 4
subkey is streamed in AStream during file access
subkey format: ĚĘ˝B’,1,0,0,0,’ě=^C’,1,0,0,0,’ś,lD’,1,0,0,0,’劽B’ ,1,0,0,0,’Öű˝B’,1,0,0,0,’E*˝B’,1,0,0,0,’_’W’,1Ch,’ C’,1,0,0,0
Chunk format: ‘,0,0,0,0,0,0,’5ę˝B’,1,0,0,0,’ě=^C’,1,0,0,0,’ˇ’,9, ‘^C’,1,0,0,0,’ś,lD’,1,0,0,0,’ě”ű˝B’,1,0,0,0,’t*˝B ‘,1,0,0,0,19h,7,’˛B’,1,0,0,0
Decompression: zlib-deflate-LZMADecode -> DecompressChunk(name:”%filename”, filesize:%dragkey, dragsize:%dragkey)
HashMapTable: Ę˝B’,1,0,0,0,0Dh,’+˝B’,1,0,0,0,’Ǥ˝B’,1,0,0,0,’Č˝B ‘,1,0,0,0,’Ç’,3,’˛B’,1,0,0,0,’TŠ˝B’,1,00,0,’TÓ˝B’, 1,0,0,0,’Ă’,7,’˛B’,1,0,0,0,’ŤÔ˝B’,1,0,0,0,’«’,8,’˛ B’,1,0,0,0,’0′,8,’˛B’,1,0,0,0

more info available and soon. Email @ fifa15.modding@gmail.com for questions.

Leave a comment