microsoft / Windows-driver-samples

This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.
Microsoft Public License
6.92k stars 4.93k forks source link

nullFilter: VS2022 compatibility and best practices by default #999

Open olljanat opened 1 year ago

olljanat commented 1 year ago

I have been building Minifilter driver lately and was supriced how much issues there are on existing samples and challenges which developers have faced because of it (there is multiple issues because of it in here and other forums).

This PR updates nullFilter sample in way that:

In addition that this provides better starting point for developers, I did find it also useful to verify that my HLK Client machines are working correctly as cases like File IO 2 Tests needs very special configuration.