PDA

View Full Version : How do i decrypt eq2 packets?



dq2009
05-01-2005, 06:44 AM
Is there some nasty tool that can decrypt EQ2 packets?
Except that on this site, i just use normal sniffer to sniff packets from eq and need some way to decrypt them.
Or someone have step by step i am newb in this kinda things.

Acid1789
05-01-2005, 11:10 AM
The code in my packet sniffer is prety cut and dry. If its above you, then the encryption is as well.

dq2009
05-02-2005, 07:55 AM
Can u give delphi sampe :)

At least can you point me exactly to peace of code that decrypts packets.

int 21h
05-02-2005, 11:19 AM
Line 64 of EQ2Stream.cpp shows how to determine if the packets are encrypted/compressed, etc.

Line 62 of RC4.cpp shows the actual decryption process.