Process Monitor in MsgPlusLoader.dll - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: WLM Plus! Help (/forumdisplay.php?fid=12) +----- Thread: Process Monitor in MsgPlusLoader.dll (/showthread.php?tid=40514) Process Monitor in MsgPlusLoader.dll by platina on 03-18-2005 at 07:14 PM
What's this Process Monitor for? My firewall is complaining about it wanting to surf the web all the time... Not spyware or trojan-like stuff, I hope. RE: Process Monitor in MsgPlusLoader.dll by user13774 on 03-18-2005 at 07:16 PM
From the Msgplus Changlog page: quote: RE: Process Monitor in MsgPlusLoader.dll by Plik on 03-18-2005 at 07:17 PM
It is most likly monitoring the processes waiting for messenger to be loaded. RE: RE: Process Monitor in MsgPlusLoader.dll by platina on 03-18-2005 at 07:24 PM
quote:I'm using Outpost Firewall. Actually, not the DLL-file itself tries to access the internet, but when I open i.e. InternetExplorer, or Firefox or whatever, Outpost tells me that one of its components has changed, in this case MsgPlusLoader. Also, what is it waiting for? Which processes would Messenger (or Plus) want to load? RE: Process Monitor in MsgPlusLoader.dll by Plik on 03-18-2005 at 07:28 PM
quote: It would be waiting for messenger to run. Then run messenger plus to hook it. This way plus doesnt have to be loaded all the time, meaning there is less load on older systems. The firewall is probally making a false alert as this can happen sometimes. RE: RE: Process Monitor in MsgPlusLoader.dll by platina on 03-18-2005 at 07:36 PM
quote: Hmm, thanks So I can remove the MsgPlus.exe from my startup registry (MSconfig)? Because MsgPlusLoader.dll is taking care of getting Plus to run? Or am I wrong.. And what's the difference with RichEdHook.dll, I thought this would hook up Plus with Messenger. RE: Process Monitor in MsgPlusLoader.dll by Plik on 03-18-2005 at 07:41 PM
quote: Its best to leave it how it is because i dont actially know if thats what it does, its just my guess RE: Process Monitor in MsgPlusLoader.dll by WDZ on 03-18-2005 at 07:44 PM
quote:I don't think so, because if MsgPlus.exe doesn't run, what will get MsgPlusLoader.dll loaded? RE: Process Monitor in MsgPlusLoader.dll by platina on 03-18-2005 at 07:55 PM
quote:Dunno, Rundll32.exe? Svchost? If MsgPlus.exe still has to run, I don't get how this can lower the impact of Plus on older systems. What's the difference? RE: Process Monitor in MsgPlusLoader.dll by CookieRevised on 03-18-2005 at 08:11 PM
MsgPlus is the main program. The only thing it does is hooking a current loaded MSN Messenger. It loads the DLL. It will not be attached itself to each one of your processes by windows. The thing that get's attached by windows is the DLL not the EXE. Because the DLL has only a few simple functions, it takes far less resources then when the EXE should have been attached. In the earlier Plus! versions, the routines inside the DLL were part of the EXE and the whole EXE got loaded each time, now only the needed routines are loaded. That's the difference... RE: Process Monitor in MsgPlusLoader.dll by Patchou on 03-18-2005 at 09:25 PM
Cookie is right. Ialso want to add something: MsgPlusLoaded does NOT, under anycircumstances, connect to the internet or anythign else. Its code is extremely straightforward: when a window is created, it checks if it's a Messenger window. If it is, then it loads MsgPlusH.dll, if not, then it does nothing. |