Re: Process notification
- From: "Scherbina Vladimir" <vladimir.scherbina@xxxxxxxxx>
- Date: Wed, 21 Dec 2005 10:21:25 +0200
As you see from prev. posts there is no obsolute user mode solution on how
to be notified when process is created. Your implementation is easy, but
not efficent. It's not even reliable, because some process may be started
and then immidiatly terminated - your "monitoring loop" may not detect it.
Hooking CreateProcessA(W) in kernel mode (SDT hooking) will allow you to
avoid things described above.
--
Vladimir
"Leugi" <alfranze@xxxxxxxxxxxxxx> wrote in message
news:O3egxccBGHA.3936@xxxxxxxxxxxxxxxxxxxxxxx
> "Scherbina Vladimir" <vladimir.scherbina@xxxxxxxxx>
> wrote:
>
>> btw, this topic has already been discussed recently
>>
> http://groups.google.com/group/microsoft.public.win32.programmer.kernel/brow
> se_frm/thread/68fc37443ce9e956/aaaa763b42cc6b47#aaaa763b42cc6b47
>>
>> --
>> Vladimir
>
>
> Thank you.
> I read them, but the solutions and my solution in my program, need a loop
> for continue monitoring.
> I´d like to use the message loop of the Windows for this.
> I think the system has something in the Explorer like this ...
>
>
> Leugi
>
>
.
- Follow-Ups:
- Re: Process notification
- From: Don Burn
- Re: Process notification
- References:
- Process Monitor Hooks
- From: decentsmile
- Re: Process notification
- From: Andrea Laforgia
- Re: Process notification
- From: Scherbina Vladimir
- Process Monitor Hooks
- Prev by Date: Re: GetTempFileName weird behavior
- Next by Date: Re: Information required about "how to elevate rights" and "how to install service with restricted access on windows"
- Previous by thread: Re: Process notification
- Next by thread: Re: Process notification
- Index(es):
Relevant Pages
|