Manual vs Programmatic File Creation

  • Thread starter Thread starter Ragothaman
  • Start date Start date
R

Ragothaman

Guest
I am developing a File system minifilter. My aim is to create a directory where a user cannot create new file's manually(by right clicking and creating new file) but he can execute the executable's in that directory and if it has code to create a file it is allowed.

So, I thought of doing it in the IRP_MJ_CREATE request. Once a file is created or opened there are many IRP_MJ_CREATE requests being sent to the minifilter (different count of requests for different kind of operation). This confuses me a lot. And also i get the difference between the requests raised when files are created manually vs programmatically. Is there any way we can find the difference in the requests raised for the two cases.

Continue reading...
 
Back
Top