Hooking a process creation event
-
Can anybody tell me how can we hook a process creation event. Basically I want to get the trigger in my application when a new application is created. So I think hooking the CreateProcess will do it for me. Can anybody show me the code snippet Thanks in advance
Regards Rajmohan
-
Can anybody tell me how can we hook a process creation event. Basically I want to get the trigger in my application when a new application is created. So I think hooking the CreateProcess will do it for me. Can anybody show me the code snippet Thanks in advance
Regards Rajmohan
you mean, like this :- Detecting Windows NT/2K process execution[^] ? 'g'
-
you mean, like this :- Detecting Windows NT/2K process execution[^] ? 'g'
Yes. Thank you so much for the response
Regards Rajmohan