Originally Posted by
Nonal
Yes. If someone got this new key offset and seeds, it would be great ! My OOP soft stopped working today... If nobody has it, I guess we will have to reinstall IDA, SinnerG :-)
BTW, I have almost all opcode decoders I need for my work. Maybe there is a way to share this decoding code through this forum. Looks like you (and others) are all working from the same sources, and to follow this moving protocol target. When I have more time, I will post it

Thx to TOM_RUS for finding these (tested : they work)
Seeds:
Code:
private static readonly byte[] ClientSeed = { 0xC2, 0xB3, 0x72, 0x3C, 0xC6, 0xAE, 0xD9, 0xB5, 0x34, 0x3C, 0x53, 0xEE, 0x2F, 0x43, 0x67, 0xCE };
private static readonly byte[] ServerSeed = { 0xCC, 0x98, 0xAE, 0x04, 0xE8, 0x97, 0xEA, 0xCA, 0x12, 0xDD, 0xC0, 0x93, 0x42, 0x91, 0x53, 0x57 };
Session key:
Code:
var blackAddress = blackProc.ReadUInt(0x00BB4404) + 0x508; // Read 40 bytes from the resulting address
edit: I could've been wrong about 'tested, works!' - Not sure if the session key is correct, but the seeds were supplied by TOM_RUS and work for him!