What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » How is MsgPlus made?

How is MsgPlus made?
Author: Message:
vikke
Senior Member
****

Avatar

Posts: 900
Reputation: 28
31 / Male / Flag
Joined: May 2006
RE: How is MsgPlus made?
MessengerPlus! Live is a DLL. It loads itself into Messenger by a proxy dll (msimg32.dll). A proxy DLL is a copied DLL which redirects all calls to the real msimg32.dll in your System32 folder. If you put your proxy DLL in the Messenger it will gain more priority than the one in System32 so Messenger will load it, so when the proxy DLL is getting loaded, you simply load your own DLL, often via LoadLibrary.

Then it uses Win32 API's to hook like SetWindowHook etc. It does also hook APIs, you can find samples at www.pscode.com.
It's API hooking LoadResource, FindResource and SizeofResource to change the XML that Messegner parses. By that way it adds it button.

And it would help a lot programming MessengerPlus! if you knew ASM, you'll probably be needing it.

Hope I was helpful.
Vikke

[edit]Fixed some stuff[/edit]

This post was edited on 11-26-2006 at 01:55 PM by vikke.
11-25-2006 03:19 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
How is MsgPlus made? - by sljaxon on 11-23-2006 at 03:14 PM
RE: How is MsgPlus made? - by aNILEator on 11-23-2006 at 04:09 PM
RE: How is MsgPlus made? - by MeEtc on 11-23-2006 at 07:18 PM
RE: How is MsgPlus made? - by Plik on 11-23-2006 at 07:30 PM
RE: How is MsgPlus made? - by CookieRevised on 11-24-2006 at 04:19 AM
RE: How is MsgPlus made? - by sljaxon on 11-24-2006 at 06:00 PM
RE: RE: How is MsgPlus made? - by aNILEator on 11-24-2006 at 07:28 PM
RE: RE: RE: How is MsgPlus made? - by sljaxon on 11-25-2006 at 01:44 PM
RE: How is MsgPlus made? - by CookieRevised on 11-24-2006 at 06:33 PM
RE: How is MsgPlus made? - by vikke on 11-25-2006 at 03:19 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