Hello! I'm trying to replace encrypted packages with ollyDBG and change them. Exe file is compiled into C++ and not encrypted so I was able to see all the functions through the IDE.
I started the game, ollyDBG and started catching the event "send" and noticed that all packets are encrypted except messages in the chat. Began to look for the function that encrypts data packets but so far without success.
How to find this function? Should I go up the functions or is there another way?
P.S. Encryption of packets occurs using Microsoft Base Cryptographic Provider v1.0.
Encryption methods:
[Only registered and activated users can see links. Click Here To Register...]
Sorry for my English:o
I started the game, ollyDBG and started catching the event "send" and noticed that all packets are encrypted except messages in the chat. Began to look for the function that encrypts data packets but so far without success.
How to find this function? Should I go up the functions or is there another way?
P.S. Encryption of packets occurs using Microsoft Base Cryptographic Provider v1.0.
Encryption methods:
[Only registered and activated users can see links. Click Here To Register...]
Sorry for my English:o