ListDLLs von Windows Sysinternals ist ein Befehlszeilentool, das genau das tut, wonach Sie suchen:
Listdlls.exe notepad.exe
o Listdlls.exe 11524
geben:
------------------------------------------------------------------------------
notepad.exe pid: 11524
Command line: "C:\WINDOWS\system32\notepad.exe"
Base Size Path
0x00000000bfae0000 0x38000 C:\WINDOWS\system32\notepad.exe
0x00000000aee10000 0x1f5000 C:\WINDOWS\SYSTEM32\ntdll.dll
0x00000000ad4c0000 0xbd000 C:\WINDOWS\System32\KERNEL32.DLL
0x00000000ac9a0000 0x2c8000 C:\WINDOWS\System32\KERNELBASE.dll
<snip>
0x0000000093580000 0xf9000 C:\WINDOWS\SYSTEM32\textinputframework.dll
0x00000000aebc0000 0x6b000 C:\WINDOWS\System32\WS2_32.dll
0x00000000aaf00000 0x33000 C:\WINDOWS\SYSTEM32\ntmarta.dll
Listdlls.exe -d textinputframework.dll
geben:
<snip>
------------------------------------------------------------------------------
notepad.exe pid: 11524
Command line: "C:\WINDOWS\system32\notepad.exe"
Base Size Path
0x0000000093580000 0xf9000 C:\WINDOWS\SYSTEM32\textinputframework.dll
Listdlls.exe
(ohne Parameter) gibt die DLLs aller laufenden Prozesse aus.