Skip to content

Valthrun/valthrun-driver-kernel

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages