Quote:
Originally Posted by emreozan625
How can i decrypt this packets?
|
Capture the Handshake, steal the clients secret (CoCreateGuid) and calculate the shared secret. Decrypt the packets using existing blowfish libraries.
If you want to inject packets, too, you need mess with the count-byte.

The one from Jim Conger is really close to the one used in ClientNet.
The other C++ one is close to the implementation used in GFXFileManager.
These might even be the original implementations they are using. (Maybe someone with access to the source can clarify this).
Both should work fine, if you really want to go the hard way.
Some more info on the Handshake:
[1]

[2]

[3]

[4]