I just want to know every time a process is launched on win32. Like recieve a message. Instead of a timer thats like every x secs to check process list.
Asked
Active
Viewed 59 times
0
-
2hook the launch process functions ;) – May 31 '13 at 19:57
-
1WMI can send you events when processes start. I think a CBT hook could also be used. – David Heffernan May 31 '13 at 20:01
-
1@Gam Why would you choose such a solution when the system provides official ways. And hooking process launch is presumably seriously tricky. – David Heffernan May 31 '13 at 20:02