I found Depends in my Vitural Studio stuff. It's display is very
interesting but not quite what I was hoping for. Some services are
started by something like RUNDLL32 SVCHOST.DLL,function . I thought the
function was just an entry in the DLL, and I'm interested in a list of all
the stunts you can SVCHOST and friends do. Can you suggest something else?
Thanks.
There is an MS tool called Dependancy Walker which does this:
---quote---
Dependency Walker (Depends.exe)
This tool scans any 32-bit or 64-bit Windows module (including .exe, .dll,
..ocx, and .sys, among others) and builds a hierarchical tree diagram of all
dependent modules. For each module found, it lists all the functions that
are exported by that module, and which of those functions are actually being
called by other modules. Another view displays the minimum set of required
files, along with detailed information about each file including a full path
to the file, base address, version numbers, computer type, debug
information, and more.
---END QUOTE---
If this is what you're looking for, this tool is part of the Windows 2000
Support Tools which can be installed from the Windows CD support\tools
folder. It is not recommended to extract files from the cab files.
--
Hope this helps..Reply in newsgroup only.
Eric McGillicudy
"William W. Plummer" wrote in message
news:EAlOb.89168$8H.133023@attbi_s03...