Utility for viewing which files/dlls are loaded by an executable image Utility for viewing which files/dlls are loaded by an executable image windows windows

Utility for viewing which files/dlls are loaded by an executable image


Visual Studio does it well. Use Tools > Attach to Process, Debug > Break All. Then Debug > Windows > Modules. For VS2015+ start that with Debug > Attach to Process.


The command line route is ListDLLs from Sysinternals.

It can list DLLs loaded by a process, or list processes that loaded a given DLL.