Win7 driver development, how to get the process name through process pid or EProcess?
I am trying to write a windows driver to protect the process from being killed by the task manager. The program can be used normally using the win10 wdk. When using the win7 WDK, the compilation fails and cannot link to PsGetProcessImageFileName. The program is as follows. Does anyone have a better solution that can run?