The Rusty-Win-Driver is a simple windows driver that written on the Rust lang.
- Install the Rust
- Install the Windows SDK
- Install the WDK
- Install cargo-make:
cargo install cargo-make - Set the environment variable
WIN_SDK_TOOLSto the path to the Windows SDK tools. For example:C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64 - Run the
cargo make deploycommand - Move the
Rusty-Win-Driver.systo virtual machine and run.