Windows System Software -- Consulting, Training, Development -- Unique Expertise, Guaranteed Results
The free OSR Learning Library has more than 50 articles on a wide variety of topics about writing and debugging device drivers and Minifilters. From introductory level to advanced. All the articles have been recently reviewed and updated, and are written using the clear and definitive style you've come to expect from OSR over the years.
Check out The OSR Learning Library at: https://www.osr.com/osr-learning-library/
Does WFP support driver altitudes for the callouts like minifilters do?
My issue is a VPN driver is interfering with the rebindings my driver is doing so I want to make sure I can always be in position to make the final rebinding call.
If an altitude like loading is not possible, is there a way to finish the callback after calling FwpsApplyModifiedLayerData along the same lines of a minifilter returning FLT_PREOP_COMPLETE? I know there is the flag 'FWPS_CLASSIFY_FLAG_REAUTHORIZE_IF_MODIFIED_BY_OTHERS' but if both drivers use that flag then I would think you are basically back to square one.
Upcoming OSR Seminars | ||
---|---|---|
OSR has suspended in-person seminars due to the Covid-19 outbreak. But, don't miss your training! Attend via the internet instead! | ||
Internals & Software Drivers | 7 February 2022 | Live, Online |
Kernel Debugging | 21 March 2022 | Live, Online |
Developing Minifilters | 23 May 2022 | Live, Online |
Writing WDF Drivers | 12 September 2022 | Live, Online |
Comments
It has filter arbitration: https://docs.microsoft.com/en-us/windows/win32/fwp/filter-arbitration?redirectedfrom=MSDN