Rhijaen
January 10th, 2007, 15:25
Hello..
I am trying to figure out how to decrypt encrypted packets from an mmorpg.
I am pretty sure I am going to need some sort of debugger, so I am using Ollydbg.
When I try set a breakpoint on sendto for when I type text in the game, it breaks immediately without me typing anything in the game.
Is there any way for it not to break until I type something in the game? or another way to get around this?
This is my first attempt at something like this.
I am trying to figure out how to decrypt encrypted packets from an mmorpg.
I am pretty sure I am going to need some sort of debugger, so I am using Ollydbg.
When I try set a breakpoint on sendto for when I type text in the game, it breaks immediately without me typing anything in the game.
Is there any way for it not to break until I type something in the game? or another way to get around this?
This is my first attempt at something like this.