Minispy driver - user mode call

我怕爱的太早我们不能终老 提交于 2019-12-25 07:48:10

问题


After hours of spending on installing drivers, I began looking at minispy driver:

Windows-driver-samples/filesys/miniFilter/minispy/

I am trying to catch all the calls of user to open files. I was trying to do it with all the parameters it prints (like Opr, Major Operation...) but I can't filter it in exact way.

How can I filter only the user calls (open file)?? How can I determinate within the code if the user called the transaction?

Thank you very much for your help.


回答1:


look for FLT_CALLBACK_DATA.RequestorMode - if you use minifilter.



来源:https://stackoverflow.com/questions/41292697/minispy-driver-user-mode-call

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!