bpetit / winRing0-rs

Home Page:https://alex-dow.github.io/winRing0-rs/doc/win_kernel_driver/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

winRing0-rs

This is an attempt to create a wrapper around the winRing0 driver. It is mostly based upon OpenHardwareMonitor.

Packages

win-kernel-driver

win-kernel-driver is a utility crate to install and communicate with windows device drivers. It is based on the KernelDriver class from OpenhardwareMonitor. For more information see the KernelDriver class.

win_ring0

win_ring0 is a wrapper around the winRing0 driver itself. It is under development and does not support every feature for now.

Usage

The crates are not currently published on crates.io and are under development. If you would like to use them anyways you can link to them manually:

[target.'cfg(windows)'.dependencies]
win-kernel-driver = { git = "https://github.com/alex-dow/winRing0-rs" }
win_ring0 = { git = "https://github.com/alex-dow/winRing0-rs" }

You could potentially leverage these crates with the x86 crate.

About

https://alex-dow.github.io/winRing0-rs/doc/win_kernel_driver/index.html

License:BSD 2-Clause "Simplified" License


Languages

Language:Rust 100.0%