ListDLLs is available on the Sysinternals Web site. It is a Windows tool that displays all the DLLs that are currently loaded, including load locations and their version numbers, for each process. Version 2.0 prints the full path names of loaded modules. This tool can be very useful for verifying whether the correct DLL versions are loaded in a process.
Run ListDLLs in a DOS window at the command line to show all processes. For best results, redirect the output to a file so that you can review the file at your convenience. To redirect the output to a file named myfile.txt, which you can open in Notepad or any text editor, enter:
listdlls jagsrv.exe >myfile.txt
The following is sample output:
ListDLLs V2.23 - DLL lister for Win9x/NT Copyright (C) 1997-2000 Mark Russinovich http://www.sysinternals.com ----------------------------------------------------------------------------- jagsrv.exe pid: 330 Command line: jagsrv.exe Jaguar -c Base Size Version Path 0x00400000 0x1f000 D:\Sybase\EAServer5\jagsrv.exe 0x77f60000 0x5e000 4.00.1381.0174 C:\WINNT\System32\ntdll.dll 0x10000000 0xae000 D:\Sybase\EAServer\lib\libjdispatch.dll 0x00230000 0x15000 D:\Sybase\EAServer\lib\libjaf.dll 0x00250000 0xc0000 D:\Sybase\EAServer\lib\libjintl.dll 0x77f00000 0x5e000 4.00.1381.0178 C:\WINNT\system32\KERNEL32.dll 0x77dc0000 0x3f000 4.00.1381.0203 C:\WINNT\system32\ADVAPI32.dll 0x77e70000 0x54000 4.00.1381.0133 C:\WINNT\system32\USER32.dll 0x77ed0000 0x2c000 4.00.1381.0115 C:\WINNT\system32\GDI32.dll 0x77e10000 0x57000 4.00.1381.0193 C:\WINNT\system32\RPCRT4.dll 0x78000000 0x43000 6.01.8293.0000 C:\WINNT\system32\MSVCRT.dll 0x00260000 0x59000 D:\Sybase\EAServer\lib\libjcomn.dll
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |