A forum for reverse engineering, OS internals and malware analysis 

Forum for discussion about kernel-mode development.
 #18481  by Xearinox
 Sun Mar 10, 2013 5:51 pm
Hello masters.

How to password protect folders from kernel mode, like a Windows EFS do.
Any hints or suggestions are welcome. ;)
 #18482  by R00tKit
 Sun Mar 10, 2013 9:36 pm
minifilter /Filer -> in filter IRP for open/Create folder/file set/check custom ACL(any policy ) and if need send notify to user mode via minifilter communication port or / IOCTL and get password if pass is correct allow IRP if not deny it :mrgreen: