OllySocketTrace
Stephen Fewer (stevefewer) <stephen_fewerharmonysecuritycom> Thursday, August 21 2008 08:04.16 CDT


OllySocketTrace is a plugin for OllyDbg (version 1.10) to trace the socket operations being performed by a process. It will record all buffers being sent and received. All parameters as well as return values are recorded and the trace is highlighted with a unique color for each socket being traced.

The socket operations currently supported are: WSASocket, WSAAccept, WSAConnect, WSARecv, WSARecvFrom, WSASend, WSASendTo, WSAAsyncSelect, WSAEventSelect, WSACloseEvent, listen, ioctlsocket, connect, bind, accept, socket, closesocket, shutdown, recv, recvfrom, send and sendto.





You can download OllySocketTrace from here:

https://github.com/stephenfewer/OllySocketTrace


Comments
NeOXQuiCk Posted: Friday, August 22 2008 18:40.52 CDT
damn nice tool :P

Kendiv Posted: Saturday, August 23 2008 00:08.25 CDT
Cool~~

bunn Posted: Wednesday, August 27 2008 22:28.44 CDT
Wow! I've always hoped someone would code something like this, and for Ollydbg, even better.

j00ru Posted: Thursday, September 4 2008 12:37.58 CDT
Great work, I found it very useful!