Such a list could hardly claim to be complete, however. The original
question was
Quote:>If I only know a module name, how can I find the DLL
>file corresponds to it? Let's assume this module is
>not currently in memory.
Keeping a list of popular DLLs would work *if* the module name you are
looking for is on the list. But if you're looking for the .DLL file
that corresponds to WAYCOOL, it won't be in the database, and you're
stuck with a disk search.
Quote:>Well for one thing there could be a cross reference list of entry
>points and corresponding DLL file names. In fact, such a list comes with
>MSVC 4.0
>>For a module that's not currently loaded, there is no solution short of
>>searching the hard drive. How could there be?