InitializePsMonitor Error
masoudr opened this issue · 1 comments
masoudr commented
Hello,
I recreated the project with KMDF and deployed the driver in a remote machine, but when the driver started, I get the following errors in Windbg:
[irql:0,pid:4,tid:2052] hidden!InitializePsMonitor: Error, object filter registration failed with code:c0000022
[error] [irql:0,pid:4,tid:2052] hidden!InitializeFSMiniFilter: Error, can't register filter, code:c0000034
The return value of ObRegisterCallbacks is a STATUS_ACCESS_DENIED
but I don't think it is a problem as the signature already installed, and I have no problem with my other drivers.
masoudr commented
My problem was using the wrong Class
type in the ini file. So I changed my ini based on yours and seems to fix my problem.