Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rmccrystal/kernel-rs

A Windows kernel framework written in Rust
https://github.com/rmccrystal/kernel-rs

Last synced: about 2 months ago
JSON representation

A Windows kernel framework written in Rust

Awesome Lists containing this project

README

        

# kernel-rs
A Windows kernel framework written in Rust

You should be able to build the project and manual map it into kernel space using the provided [kdmapper](https://github.com/TheCruZ/kdmapper-1803-20H2) using `cargo make map`

Original work from [not-matthias](https://github.com/not-matthias/kernel-driver-with-rust)