Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rmccrystal/kernel-rs
- Owner: rmccrystal
- Created: 2021-01-15T08:26:00.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-30T20:55:05.000Z (over 2 years ago)
- Last Synced: 2023-03-04T18:02:42.487Z (almost 2 years ago)
- Language: Rust
- Size: 575 KB
- Stars: 19
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kernel-rs
A Windows kernel framework written in RustYou 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)