What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Ambitious new plugin

Ambitious new plugin
Author: Message:
bigmog
New Member
*


Posts: 7
Joined: Sep 2005
O.P. RE: Ambitious new plugin
OK guys just a quick update here. It seems that what Patchou does and others is use a hook on LoadLibrary and intercept the loading of richedit20.dll. I've also seem a more crude attempt where a dummy version of richedit20.dll is placed in the messenger directory.

Either way results in the ability to intercept the call to CreateTextServices which gets back an IUnknown. Query interface on this IUnknown can give you an interface to ITextServices. 

What we can do is just pass through the ITextServices pointer back to messenger but remember its address and re-write its VTable so that calls to ITextServices::TxSendMessage for example are routed though our code. This then is very similar to MessageHooking as we can intercept messages as they go to the rich text edit control.

I'm going to code all this up and hopefully post it to the thread so we all have access to this trick.

Any help again most welcome and if people out there who have done this know I'm not on the right lines can they please let me know!

09-19-2005 03:35 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Ambitious new plugin - by bigmog on 09-16-2005 at 04:20 PM
RE: Ambitious new plugin - by RaceProUK on 09-16-2005 at 04:36 PM
RE: Ambitious new plugin - by bigmog on 09-16-2005 at 05:32 PM
RE: Ambitious new plugin - by Concord Dawn on 09-16-2005 at 06:09 PM
RE: Ambitious new plugin - by Yousef on 09-16-2005 at 08:34 PM
RE: Ambitious new plugin - by bigmog on 09-17-2005 at 07:49 AM
RE: Ambitious new plugin - by Yousef on 09-17-2005 at 08:40 AM
RE: Ambitious new plugin - by Dempsey on 09-17-2005 at 10:14 AM
RE: Ambitious new plugin - by RaceProUK on 09-17-2005 at 11:21 AM
RE: Ambitious new plugin - by bigmog on 09-17-2005 at 02:54 PM
RE: Ambitious new plugin - by Dempsey on 09-17-2005 at 02:57 PM
RE: Ambitious new plugin - by Patchou on 09-17-2005 at 05:29 PM
RE: Ambitious new plugin - by bigmog on 09-17-2005 at 08:41 PM
RE: Ambitious new plugin - by bigmog on 09-19-2005 at 03:35 PM
RE: Ambitious new plugin - by eSouL on 10-06-2005 at 06:54 AM
RE: Ambitious new plugin - by bigmog on 10-06-2005 at 07:07 AM
RE: RE: Ambitious new plugin - by Londave on 11-29-2005 at 08:24 AM
RE: Ambitious new plugin - by RaceProUK on 11-29-2005 at 01:06 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On