Search code examples
c++chatcapturemsn

Capturing MSN Chat via Memory


Is it possible, or does anyone know the best way to capture MSN chats? I was thinking about attaching to the MSN process, and messing about searching for static addresses for conversations, to capture them.

(This is all on the windows platform using c++)


Solution

  • It would probably be easiest to sniff packets on the ports known to be used by MSN. That has the added benefit of working with clients other than the Microsoft one (such as Pidgin).