| Subject: Re: Is BOINC a Virus? |
| From: "Devon Ferns" <NOSPAMdfernsNOSPAM@sympatico.ca> |
| Date: 09/07/2004, 17:06 |
Hmm, you might be right about that. I downloaded that program and it shows
that, for example MSIMN.exe, which is Outlook Express, is dependant on
BOINC.DLL, but that it's importing KERNEL32.DLL and USER32.DLL from
BOINC.DLL.
Is it possible that the boinc dll is exporting these symbols when it
shouldn't be?
TopToBottomNT also shows that MSIMN is loading the KERNEL32 and USER32 DLLs
separately, but it's loading different functions through the separately
loaded DLLs..
Kind of weird.
Devon.
"Henrik Schmid" <henrikschmid@hotmail.com> wrote in message
news:ccmdlr$qkp$00$1@news.t-online.com...
I don't think that's true. "No symbols loaded" refers to the debugging
symbols.
boinc.dll is really loaded into every application's address space, but
only if
boinc_gui is running.
This can be verified by tools such as TopToBottomNT.
CTFMON does a similar thing, but I can see no reason for BOINC to do this.
Henrik
"Devon Ferns" <NOSPAMdfernsNOSPAM@sympatico.ca> schrieb im Newsbeitrag
news:l3xHc.35645$WM5.1916128@news20.bellglobal.com...
I get that too, but you will also notice that it says "No symbols
loaded".
Visual Studio .NET seems to go through a whole lot of DLLs while loading
the
program in the debugger, while most of them will say "No symbols loaded"
and
only the ones used by your program will say "Symbols loaded".
There's nothing wrong with what VS is doing, but it just makes it a lot
slower to load the program when debugging.
Devon.
"Henrik Schmid" <henrikschmid@hotmail.com> wrote in message
news:ccjrvh$rp1$00$1@news.t-online.com...
While debugging a program I noticed the message 'C:\Program
Files\BOINC\boinc.dll loaded' in the
output pane of Visual Studio.
Needless to say that my program does not explicitely load boinc.dll.
What gives?