Shoutbox

Creating my own DLL, I need some help - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Skype & Live Messenger (/forumdisplay.php?fid=10)
+----- Thread: Creating my own DLL, I need some help (/showthread.php?tid=93706)

Creating my own DLL, I need some help by Endlesskiss on 01-30-2010 at 02:24 PM

I'm creating a DLL which will be injected into the msnmsgr process, I want it to get every message that has been received and then... it'll do it's own expressions :)

anyway, is there any function "OnReceiveMessage" in the msnmsgr process? if so, Where is it exactly? on which module? (I'm using Ollydbg but so far I couldn't find anything).


I tried to hook it on "recv", however since recv does not get a complete message but a few bytes it won't work (maybe it's possible to check on recv and if messages are being sent in a delay of 500 ms then consider them as a one message), but I think there's an easier way, I will be glad to know anything that can help me.


With kind regards,
Adam.