ProcInformer
A professional-grade Windows thread monitoring solution that captures new threads as they're created across all system processes. Built for security research, reverse engineering, and performance analysis with enterprise-level reliability and beautiful, structured output.
Install / Use
/learn @bdgrix/ProcInformerREADME
Process Thread Monitor
A Windows tool that monitors and records thread creation across all running processes in real-time.
Features
- Monitors all processes for new threads
- Records thread names, priorities, and CPU cycles
- Eliminates duplicate threads
- Creates beautiful formatted output
- Runs with high system privileges
Requirements
- Windows 10 or 11
- .NET 8.0 Runtime
- Administrator privileges
Installation
- Download the latest release
- Extract the files to any folder
- Run
ProcInformer.exeas Administrator
Usage
- Run the application as Administrator
- Perform activities on your system
- Return to the application
- Press
Ctrl + Cto stop monitoring and save output
The application will create a file named output-YYYY-MM-DD-HH-MM-SS.gtxt with all thread information.
Output
The tool generates clean, formatted tables showing:
- Thread ID and Name
- Base and Current Priority
- Priority Level
- Start Address
- CPU Cycle Data
Building from Source
git clone https://github.com/bdgrix/ProcInformer
cd ProcInformer
dotnet build
