Windows-rust-driver-samples icon indicating copy to clipboard operation
Windows-rust-driver-samples copied to clipboard

Rust port of the official Windows Driver Samples on Github. Leverages windows-drivers-rs

Results 12 Windows-rust-driver-samples issues
Sort by recently updated
recently updated
newest added

Hi I'm succesfully loading the driver: ``` PS C:\Users\Daniel\clone\Windows-rust-driver-samples> pnputil.exe /add-driver target\debug\echo_2_package\echo_2.inf /install Microsoft PnP Utility Adding driver package: echo_2.inf Driver package added successfully. Published Name: oem2.inf Total driver packages:...

This sample driver makes an illegal call to `KeEnterCriticalRegion` in its `evt_device_d0_exit` which violates the `IrqlKeApcLte2` rule. When Driver Verifier is enabled for this fail driver, the fault can be...