List Processes that Use a Given DLL using ListDLLs on Windows 8

Q

How to List Processes that Use a Given DLL using ListDLLs on Windows 8?

✍: FYIcenter.com

A

If you want to see processes that are using a given DLL on Windows 8, you can use the Windows Sysinternals ListDLLs as shown below:

1. Start a command line window by run "Command Prompt" as administrator.

2. Type in the following ListDlls command:

C:\fyicenter\ListDlls\ListDlls -d wsock32.dll

Listdlls v3.2 - Listdlls
Copyright (C) 1997-2016 Mark Russinovich
Sysinternals

Error opening System(4):
Access is denied.

------------------------------------------------------------------------------
EvtEng.exe pid: 1776
Command line: "C:\Program Files\Intel\WiFi\bin\EvtEng.exe"

Base                Size      Path
0x00000000455a0000  0x9000    C:\Windows\SYSTEM32\WSOCK32.dll
------------------------------------------------------------------------------
UNS.exe pid: 4708
Command line: "C:\Program Files (x86)\Intel\Intel(R) Management Engine Component
s\UNS\UNS.exe"

Base                Size      Path
0x0000000074740000  0x8000    C:\Windows\SysWOW64\WSOCK32.dll
------------------------------------------------------------------------------
wmpnetwk.exe pid: 4824
Command line: "C:\Program Files\Windows Media Player\wmpnetwk.exe"

Base                Size      Path
0x00000000455a0000  0x9000    C:\Windows\SYSTEM32\WSOCK32.dll
------------------------------------------------------------------------------
Toaster.exe pid: 3496
Command line: "C:\Program Files (x86)\Dell Backup and Recovery\TOASTER.EXE" C:\U
sers\fyi

Base                Size      Path
0x0000000074740000  0x8000    C:\Windows\SysWOW64\WSOCK32.dll
------------------------------------------------------------------------------
firefox.exe pid: 5484
Command line: "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"

Base                Size      Path
0x0000000074740000  0x8000    C:\Windows\SysWOW64\WSOCK32.dll
------------------------------------------------------------------------------
filezilla.exe pid: 1128
Command line: "C:\local\FileZilla\filezilla.exe"

Base                Size      Path
0x0000000074740000  0x8000    C:\Windows\SysWOW64\WSOCK32.DLL

 

__chapteMrTitle__-

⇒⇒Windows 8 Processes Tutorials

2016-12-30, 4292🔥, 0💬