Displaying 1 result from an estimated 1 matches for "dhpkl".
Did you mean:
dfjkl
2009 May 23
0
RMTPE specification
...0x2 is 9.0.124.2
8:11 Obfuscated pointer to "Genuine FP" key
12:1531 Random Data, 128-bit Diffie-Hellmann key and "Genuine FP" key.
1532:1535 Obfuscated pointer to 128-bit Diffie-Hellmann key
Calculate location of Diffie Hellmann Public Key and create it:
dhpkl = GetClientDHoffset(clientsig[1532:1535])
DHPrivateKeyC, DHPublicKeyC = DHKeyGenerate(128) /* 128-bit */
clientsig[dhpkl:dhpkl+127] = DHPublicKeyC
Calculate location of Client Digest and create it:
/* Note: the SHA digest message is calculated from the bytes of
the message, excludin...