Is there a way to detect process starts (whena new program is run) without EnumProcesses or any other listing and comparing method. Is there an event based approach?
Asked
Active
Viewed 85 times
1
-
1On what sort of system? – Chris Stratton Jul 06 '13 at 04:16
-
On windows have a look at http://stackoverflow.com/questions/3556048/how-to-detect-win32-process-creation-termination-in-c, on linux it might be possable to use inotify on procfs – user1937198 Jul 06 '13 at 09:36