List Loaded DLLs of a Process using ListDLLs on Windows 8

Q

How to List Loaded DLLs of a Process using ListDLLs on Windows 8? I want to know what DLL libraries are used by the running Firefox process.

✍: FYIcenter.com

A

If you want to see DLL libraries are used by the running Firefox process on Windows 8, you can use the Windows Sysinternals ListDLLs as shown below:

1. Run Firefox first.

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

3. Type in the following ListDlls command:

C:\fyicenter\ListDlls\ListDlls -v firefox.exe

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

------------------------------------------------------------------------------
firefox.exe pid: 5484
Command line: "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" 

Base                Size      Path
0x0000000000c70000  0x63000   C:\Program Files (x86)\Mozilla Firefox\firefox.exe
0x000000004f880000  0x1c0000  C:\Windows\SYSTEM32\ntdll.dll
0x00000000776a0000  0x45000   C:\Windows\SYSTEM32\wow64.dll
0x0000000077700000  0x5a000   C:\Windows\system32\wow64win.dll
0x00000000776f0000  0x8000    C:\Windows\system32\wow64cpu.dll
0x0000000077760000  0x157000  C:\Windows\SysWOW64\ntdll.dll
0x0000000076ac0000  0x130000  C:\Windows\SysWOW64\KERNEL32.DLL
0x00000000774f0000  0xa6000   C:\Windows\SysWOW64\KERNELBASE.dll
0x0000000073110000  0x1d000   C:\Program Files (x86)\Mozilla Firefox\mozglue.dll
0x0000000073f50000  0x8000    C:\Windows\SysWOW64\VERSION.dll
0x0000000072980000  0xee000   C:\Program Files (x86)\Mozilla Firefox\MSVCR120.dll
0x0000000072900000  0x71000   C:\Program Files (x86)\Mozilla Firefox\MSVCP120.dll
0x0000000074e40000  0xb1000   C:\Windows\SysWOW64\msvcrt.dll
0x000000006f830000  0x1a4000  C:\Program Files (x86)\Mozilla Firefox\nss3.dll
0x00000000746d0000  0x21000   C:\Windows\SysWOW64\WINMM.dll
0x0000000074740000  0x8000    C:\Windows\SysWOW64\WSOCK32.dll
0x0000000077040000  0xae000   C:\Windows\SysWOW64\ADVAPI32.dll
0x0000000074160000  0x2b000   C:\Windows\SysWOW64\WINMMBASE.dll
...

 

__chapteMrTitle__

⇒⇒Windows 8 Processes Tutorials

2016-12-30, 1829🔥, 0💬