Both eTrust and Kaspersky anti-virus filters use a private method to attach to MRxSmb (LanmanRedirector).
They are not using IoRegisterFsRegistrationChange notification for redirectors (they do for local filesystems), and my filter (using IoRegisterFsRegistrationChange) always get attached after them on redirector, which is not what I wish.
How could I attach before them ?
Does anyone have an idea about the method they are using ?
Any help will be apreciated.
Thanks.
Notes :
My filter intends to run only on 2k, XP and later. That’s why I didn’t need a specific method to attach to MRxSmb : IoRegisterFsRegistrationChange is ok (Netware redirector is another issue, I will manage it later).
My filter is loaded at boot time, always before anti-virus filters.
S?bastien Savatier
Prim’X Technologies