Just hook the game's winsock functions and call this onto the packet buffer. I'll probably release a sample later on
Edit:
Added C++ version
I would very much like to see that sample. I want to learn more about winsock.
But atm I'm just trying to decrypt packets from a socket.BeginReceive(blah, blah);
I would very much like to see that sample. I want to learn more about winsock.
But atm I'm just trying to decrypt packets from a socket.BeginReceive(blah, blah);
Dekaron uses WSARecv() and WSASend() so just place a breakpoint on those APIs in a debugger. Check MSDN for more reference on those API to know which argument is the data buffer.
If you want to see how decrypted packets are sent and received in a logger format, feel free to check my packet monitor (link is in my signature).
This will ecrypt the files ? When u open the files you gonna have just codes inside right ?
Will the .exe read the files like that or we have to edit also the .exe ?
No, this has nothing to do with files. These are programming language code blocks that will allow you to decrypt and encrypt the network traffic data between the client and the server.
Shaiya Packet Encryption/Decryption 07/08/2010 - Shaiya - 5 Replies Hey. I was trying to get this info reversing the client, but i think my skills aren't good enough for such task yet.
I was wondering if somebody here could tell me how does Shaiya encrypts(for sending)/decrypts(receiving) packets.
Please post also, how you found this info, cause i few like I wasted 5 days searching for the algorithm in reversing sessions. :mad:
Packet Encryption/Decryption 01/27/2008 - Conquer Online 2 - 2 Replies Well i'm getting all the prep work done to start coding a new bot, but looking around, all i see are macros and stuff, nothing for reference. Is the packet encryption/decryption still the same as lowfyr's post? Plus what happened to the english translation... did that get nuked as well? If anyone, i guess i'm talking to the higher up members here, has any source for encrypting/decrypting packets, please post them or if you dont want it public, pm it to me, and it will stay with me, plus you...
Packet Encryption/Decryption 10/10/2007 - Archlord - 5 Replies Hi All,
I have also been playing with packet encryption/decryption. I think the server creates a session key (used to encrypt network traffic between the client and the server) and sends it to the game client on startup. I have seen bots (in Lineage II) that capture the session key and encrypt/decrypt network traffic to spoof the server. I'm sure this is how ACXO works.
Does anyone know of a good packet capture program with encryption/decryption capability? I am looking at Wireshark...
Packet encryption/decryption software 06/29/2007 - Conquer Online 2 - 4 Replies Does anyone know any program that can encrypt/decrypt packets?
Ultimatehacker's packet suite link doesn't work, sadly.