Title: Process Monitor
OS: Win32
Language: C++
File: procmon.zip
Process monitor was a program I wrote to experiment with the PSAPI library. It monitors currently running processes and alerts you when a new process is created that hasn't run before. It uses a nice little tray icon with some semblance of a flashing light. The interface quite unpolished, but it does what it's supposed to do, though it may be completely unintuitive how to do it.
The program works by polling the running process list on a set time interval, and comparing it with a known list of processes.
Notice: Please do not direct link to any files on this site, link
to the page containing the file! Thanks!
|