safing-portmaster/windows_kext/wdk
Vladimir Stoilov fe070b4f56
Feature/kext default action drop ()
* [windows_kext] Make default action to drop

* [windows_kext] Minor improvments
2024-11-25 14:03:35 +02:00
..
.cargo Add rust kext to the mono repo 2024-04-29 17:04:08 +03:00
src Feature/kext default action drop () 2024-11-25 14:03:35 +02:00
build.rs Add rust kext to the mono repo 2024-04-29 17:04:08 +03:00
Cargo.lock [windows_kext] Update windows-rs 2024-06-28 16:06:30 +03:00
Cargo.toml [windows_kext] Update windows-rs 2024-06-28 16:06:30 +03:00
README.md [windows_kext] Update windows-rs 2024-06-28 16:06:30 +03:00
rust-analyzer.cargo.target Add rust kext to the mono repo 2024-04-29 17:04:08 +03:00
rust-toolchain Add rust kext to the mono repo 2024-04-29 17:04:08 +03:00

WDK (Windows Driver Kit)

A library that interfaces with the windows kernel.
The crate has extensive use of unsafe rust, be more causes when making changes.

Do not update windows-sys dependency. The version contains bugs that have specific workarounds in this crate. Updating without reviewing the new version can result in broken build or undefined behavior.

see: wdk/src/driver.rs see: wdk/src/irp_helper.rs

Open issues need to be resolved: https://github.com/microsoft/windows-rs/issues/2805

Resolved: https://github.com/microsoft/wdkmetadata/issues/59