Re:How to get Parent Pid from Kernel Driver?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



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
.