SecurityXploded.com
Show Threads : Command-line Tool to List Threads in the Process
 
 
Show Threads
 
 
 
See Also
 
 
Contents
 
 
 
About
Show Threads is the small command-line Tool to list all the Threads in the running Process.

You can either specify the Process ID or Process Name to enumerate the threads. For each thread, it displays Thread ID and the Base Priority.


Being a command-line tool makes it easy for automation. It can be handy tool for developers as well as researchers.


Show Threads is fully portable and can be run directly without installation. Also it includes separate versions for 32-bit and 64-bit systems.


It works on all the platforms starting from Windows XP to Windows 8.

 
 
 
How to use?
Show Threads 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]
ShowThreads32.exe [-p <pid>] [-n <proc_name]
 
[For 64-bit Systems]
ShowThreads64.exe [-p <pid>] [-n <proc_name]
 

Examples of Show Threads

//Show all the Threads in the Process with pid 1151
ShowThreads.exe -p 1151
 
//Show all the Threads in the Process 'Chrome.exe'
ShowThreads.exe -n Chrome.exe
 
//Show this help screen
ShowThreads.exe -h
 
 
Note that it includes both 32-bit (ShowThreads32.exe) and 64-bit version (ShowThreads64.exe). On 64-bit operating systems, you have to use the 64-bit version.
 
 
 
Screenshots
 
ShowThreads in Action
 
 
 
Release History
 
Version 1.5:  1st July 2013
Support to detects and alert user on accidental running of 32-bit version on 64-bit system
 
Version 1.0:  4th May 2013
First public release of Show Threads.
 
 
 
Download
FREE Download Show Threads v1.5

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

Download
 
 
 
 
See Also