Re: undestroyable process
- From: "azsx" <radu_plugaru@xxxxxxxxx>
- Date: 31 Oct 2006 01:24:16 -0800
What about referencing application's main thread (i.e.opening its
handle with OpenThread()) from some process that cannot be killed
without terminating a session (say, smss.exe)??? As long as reference
count is non-zero, the thread cannot get removed from the thread list.
If you do something like that to the process itself, you will get
Windows version of "zombie process" - even if all threads in it are
terminated, it is still on the process list.
I just wonder what happens if you do the same thing to the
thread.......
But this means that my programm has to start every time windows starts.
And there are possibilities to avoid a program from being executed at
startup (Regedit, service disabling).
I need a program (that will start for sure) to execute my
service/program, and then there will be no problem...
.
- References:
- undestroyable process
- From: azsx
- Re: undestroyable process
- From: James Brown
- Re: undestroyable process
- From: azsx
- Re: undestroyable process
- From: James Brown
- Re: undestroyable process
- From: anton bassov
- undestroyable process
- Prev by Date: Re: undestroyable process
- Next by Date: Re: undestroyable process
- Previous by thread: Re: undestroyable process
- Next by thread: CreateProcess fails, when calling in context of csrss.exe
- Index(es):
Relevant Pages
|