SecurityXploded.com
DLL Finder : Command-line Tool to Search DLL in all Running Processes
 
 
DLL Finder
 
 
 
See Also
 
 
Contents
 
 
 
About
DLL Finder is the command-line tool to quickly find the matching DLL in all running Processes.

For each discovered DLL in a process it displays,

  • Target Process Name
  • Process ID
  • Full DLL Name
  • DLL Base Address
  • DLL Load Count
  • DLL File Path

On 64 bit system, 32-bit processes are shown with suffix "*32" for easier identification.

It is mainly useful for developers and reserachers. Being a command-line tool makes it easy for automation.


It is available in both 32-bit & 64-bit versions and works on all platforms starting from Windows XP to Windows 8.

 
 
 
How to use?
DLL Finder is very easy to use tool. It is command-line/console based tool, hence you have to launch it from the command prompt (cmd.exe).

Here is the simple usage information
[For 32-bit Systems]
DLLFinder32.exe [-h | -f <dll_name>]
 
[For 64-bit Systems]
DLLFinder64.exe [-h | -f <dll_name>]
 
Examples of DLL Finder
//Find all the DLLs matching the name 'crypto' in Running Processes
DLLFinder.exe -f "crypto"
 
//Show this help screen
DLLFinder.exe -h
 
 
Note that it includes both 32-bit and 64-bit version. On 64-bit operating systems, you have to use the 64-bit version (DLLFinder64.exe).
 
 
 
Screenshots
 
DLLFinder in Action
 
 
 
Release History
 
Version 1.5:  3rd July 2013
Detects and alert user on accidental running of 32-bit version on 64-bit system
 
Version 1.0:  20th May 2013
First public release of DLL Finder.
 
 
 
Download
FREE Download DLL Finder v1.5

License  : Freeware
Platform : Windows XP, Vista, Windows 7, Windows 8

Download
 
 
 
 
See Also