Are there any tips on how to find the routine which build the packets?
I already found the routine which copies the data into the send() buffer (By setting a breakpoint on send() and tracing up) but I need to know how this data is built.
The Problem is it seems I am stuck in an endless loop (Thats a network thread which waits for the data to be sent I guess)
Setting a breakpoint on the data which will be copied in the buffer doesen't help, since olly breaks all the time then when leaving step mode. (Dynamic allocation)
I already found the routine which copies the data into the send() buffer (By setting a breakpoint on send() and tracing up) but I need to know how this data is built.
The Problem is it seems I am stuck in an endless loop (Thats a network thread which waits for the data to be sent I guess)
Setting a breakpoint on the data which will be copied in the buffer doesen't help, since olly breaks all the time then when leaving step mode. (Dynamic allocation)