Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 472 Bytes

README.MD

File metadata and controls

23 lines (15 loc) · 472 Bytes

Valthrun Kernel Driver

This is the implementation for the Valthrun driver protocol as a kernel driver.

Build

Requirements

  • Visual Studio 2022
  • Windows Kernel Development Kit
  • Cargo Make (cargo install --force cargo-make)

Build the driver

# Go to ether the standalone or UEFI driver
cd driver-standalone

# Create a release build.
# The result will be located at "../target/x86_64-pc-windows-msvc/release/valthrun-driver.sys"
cargo b -r