Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2005 May : Hook processes launching.
| Subject: | Hook processes launching. |
| Posted by: | "J.C.S." (administrad..@inetsoft.net) |
| Date: | Sun, 8 May 2005 09:22:22 |
Hi, and thanks in advanced for any suggestions or ideas. I want to build a
function (probably a driver) to trap any event produced by the own operating
system when a program, application or whatever is going to be launched into
memory. The main objective is do a verification in the way as many antivirus
does and decide if I block it before starting, or I allow it to run. But I
don't know where to look for.
I guess I should use any function related to the application dispatcher of
the OS, but where are that kind of functions for Windows XP, or 2000, 2003
maybe too.
Thanks.
JCS.