Collections:
Other Resources:
List Loaded DLLs of a Process using ListDLLs on Windows 8
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
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 ...
2016-12-30, ∼2715🔥, 0💬
Popular Posts:
Can I disable Windows service "WebClient" to speedup my computer? Windows service "WebClient" - Enab...
What is "Net.Msmq Listener Adapter" in my Windows 7 service list? And how is "Net.Msmq Listener Adap...
What files are stored in the "C:\Users\<userid >\AppData\LocalLo w"folder? Can I delete...
What is the "World Wide Web Publishing Service (W3SVC)" system service on Windows Server 2012? Can I...
What is Scheduler.exe - Process - HP Backup Scheduler? Process Scheduler.exe is the backup scheduler...