NateD-MSFT

Results 5 issues of NateD-MSFT

We expect that drivers built for Windows pass InfVerif. However, the driver samples provided by Microsoft generally have settings that do not pass the default InfVerif ruleset. In the current...

To make it easier for developers to suppress false positives or noisy results, we should add our DriverAlertSuppression.ql query to all our query suites. Thus it will automatically run and...

enhancement

The current NT_SUCCESS macro checks for NTSTATUS >= 0. While this is semantically equivalent to the official behavior I think it is appropriate to match MSDN documentation exactly. This PR...

The OSR USB-FX2 board is a standard learning device for driver developers getting their feet wet with KMDF and USB development. See more details on MSDN here: https://learn.microsoft.com/en-us/samples/microsoft/windows-driver-samples/sample-kmdf-function-driver-for-osr-usb-fx2/ The C...

Update this repo to use an upcoming 0.3.0 release of [windows-drivers-rs](https://github.com/microsoft/windows-drivers-rs/), including the changes from https://github.com/microsoft/windows-drivers-rs/pull/143. This of course does not build today, but was validated with local changes.