Re:How to get Parent Pid from Kernel Driver?
- From: "anton bassov"<xxx@xxxxxxx>
- Date: Wed, 19 Apr 2006 04:46:13 -0500
Hi mate
I often advise "unsupported" things, but here is the exception to the rule -
I would not advise you to access such strcutures as EPROCESS,ETHREAD,etc
(Microsoft changes them all the time). Therefore, I would rather advise you
to call NtQueryInformationProcess() or NtQuerySystemInformation()
Regards
Anton Bassov
.
- Follow-Ups:
- Re: Re:How to get Parent Pid from Kernel Driver?
- From: Norman Diamond
- Re: Re:How to get Parent Pid from Kernel Driver?
- References:
- How to get Parent Pid from Kernel Driver?
- From: macro
- How to get Parent Pid from Kernel Driver?
- Prev by Date: BuildSecurityDescriptor returns error 2310 (This shared resource does not exist.)
- Next by Date: Re: Re:How to get Parent Pid from Kernel Driver?
- Previous by thread: How to get Parent Pid from Kernel Driver?
- Next by thread: Re: Re:How to get Parent Pid from Kernel Driver?
- Index(es):