Quantcast
Channel: Active questions tagged kernel - Stack Overflow
Viewing all articles
Browse latest Browse all 6334

How to get current working directory from windows kernel mode driver code?

$
0
0

I am writing a Windows kernel mode driver which uses API

PsSetCreateProcessNotifyRoutineEx

In its callback function, I need to get the current working directory of process. How this can be done? Any ideas, leads would be very useful.

Thanks in advance.


Viewing all articles
Browse latest Browse all 6334

Trending Articles