Dllusage 4.0
dllusage is a tool to show all DLLs and EXEs in the system, by their path. Once started, you should see a list of DLLs like this:

If a DLL is on the path more than once, you'll see it highlighted in red. For example, in this screenshot,
you'll notice that there are two versions of COMCTL32.DLL loaded on this system. This was the original
reason why I wrote dllusage
: to identify situations in DLL HELL.
You can enter a filter expression in the textbox in the top right, which will select only those components matching:

Rather than listing DLLs by process, you can also list processes' by the DLLs they use:

You can also start a shell / an explorer window in the modules' directory, or copy the path and filename to the clipboard. Its a nifty little monday-morning toy ;)
Download
- Starting with version 3.0,
dllusage
is part of gtools, which you can download here.. - The sourcecode is hosted on code.google.com.
License
dllusage
is freeware, BSD-licensed.
Note: dllusage
uses the FamFamFam.com Silk icon set - check it out, it's great!
History
- Version 4.0 - Feb 16, 2014
- Rewrote GUI in WPF.
- Version 3.0
- First public release
- Version 3.1
- Documentation expanded.
- Minor bugfixes
- Version 3.0
- First public release.
GK, Feb 16, 2014