Good day hello,
I Have filter driver windows kernel that uses FsRtlRegisterFilesystemCallbacks() to do callback
Is this function possible to replace addresses of callback functions to NULL so that callback can be unregistered? I know w/ the functions of ObRegsiterCallbacks(), PsSetProcessNotify() and all other callback routines this easily done.
for my security I want know if on my filter somebody can just make a replacement of callback addresses from 3rd party driver and it will unregister my filter?
Also, there is any function to unregister the callbacks? I dont think but maybe you knows.
Thanks you very much for your helps.
I Have filter driver windows kernel that uses FsRtlRegisterFilesystemCallbacks() to do callback
Is this function possible to replace addresses of callback functions to NULL so that callback can be unregistered? I know w/ the functions of ObRegsiterCallbacks(), PsSetProcessNotify() and all other callback routines this easily done.
for my security I want know if on my filter somebody can just make a replacement of callback addresses from 3rd party driver and it will unregister my filter?
Also, there is any function to unregister the callbacks? I dont think but maybe you knows.
Thanks you very much for your helps.