c - How access Drivers folder in minifilter driver -


my minifilter driver start type on boot, wont access c:\windows\system32\drivers folder in instancesetup callback, tried \systemroot\system32\drivers , got status_object_path_not_found, when tried \device\harddiskvolume2\windows\system32\drivers worked.

my question can sure harddiskvolume2 path have drive current operating system installed? maybe should use harddiskvolume3 or harddiskvolume4, how can know it?


Comments

Popular posts from this blog

php - Autoloader issue not returning Class -

java - How to put two numbers separated by a space into two different arrays -

c++ - Why am i getting wrong values when performing PE base relocation? -