Click here to Skip to main content
15,888,968 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can I detect full path of file/folder include C;\, d:\ in wdk v. 7.1 Thanks?
Posted
Comments
Kornfeld Eliyahu Peter 30-Nov-14 9:12am    
Are you sure about the C# part?
Basically drivers do not interface with IO (not at least as standard applications), but you may check here - http://msdn.microsoft.com/en-us/library/windows/hardware/ff551797(v=vs.85).aspx

1 solution

create PsSetCreateProcessNotifyRoutine in DriverEntry and
use ZwQueryInformationProcess to get information about process
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900