RE: Process Monitor in MsgPlusLoader.dll
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.
Messenger Plus! has always worked likethis, however, the window detection was previously part of MsgPlusH.dll and I thought some people may be suspicious of it (MsgPlusH.dll contains a lot of code that does a lotof stuff). By separatingthe global hook detection code from the rest, I just made sure pople withsomebasic knowledge in assembly could see that the dll does nothing in other processes.
This post was edited on 03-18-2005 at 09:26 PM by Patchou.
|