Closed NikbakhtMehdi closed 7 years ago
Hi @NikbakhtMehdi ,
Dokan is a Kernel driver and not a MiniFilterDriver. What do you want to do with a MiniFilterDriver ?
See also #472
Hi tanks for your response I want use it for logging events such create delete and etc on drives (C: D: ...) without mount new drive with mirror.exe thanks a lot
On Sat, Jun 24, 2017 at 4:56 PM, Liryna notifications@github.com wrote:
Hi @NikbakhtMehdi https://github.com/nikbakhtmehdi ,
Dokan is a Kernel driver and not a MiniFilterDriver. What do you want to do with a MiniFilterDriver ?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/dokan-dev/dokany/issues/539#issuecomment-310835668, or mute the thread https://github.com/notifications/unsubscribe-auth/ARYrGxNeJ2FDV-czgwKObX3fsswuK2hmks5sHQCDgaJpZM4OETx7 .
If it is just for logging, you can use Process Monitor https://technet.microsoft.com/en-US/sysinternals/processmonitor.aspx
I want use it in my application
I think the best for you would be to create a driver and take minispy as example. https://github.com/Microsoft/Windows-driver-samples/tree/master/filesys/miniFilter/minispy
yes. I checked it before but i must sign that. I want use dokany for some reasons
@NikbakhtMehdi Dokany create a new device or can mount in a folder. You will not be able to log C
Can register MajorFunctions on Global registered Device?
Minispy https://github.com/Microsoft/Windows-driver-samples/tree/master/filesys/miniFilter/minispy signed will do the job. See https://docs.microsoft.com/en-us/windows-hardware/drivers/ifs/installing-a-minifilter-driver to see how to install it.
I can't find signed Minispy driver. Can we do register MajorFunctions on Global registered Device?
Feature request can skip this form. Bug report must complete it.
Check List
must be 100% match or it will be automatically closed without further discussion. Please remove this line.Environment
Check List
Description
How To Use Dokany As MiniFilterDriver?
Logs
Please attach in separate files: mirror output, library logs and kernel logs. In case of BSOD, please attach minidump or dump analyze output.