A Proof-of-Concept Windows Kernel driver written in Rust. Uses windows-drivers-rs and MmCopyVirtualMemory to perform safe arbitrary process memory reads/writes, accompanied by a CLI client.
-
Updated
Dec 8, 2025 - Rust
A Proof-of-Concept Windows Kernel driver written in Rust. Uses windows-drivers-rs and MmCopyVirtualMemory to perform safe arbitrary process memory reads/writes, accompanied by a CLI client.
This repo contains contents from The Rust Book
Experimental Rust-C Hybrid LKM (PoC). Utilizes kprobe for real-time syscall monitoring with zero-cost abstraction. Successfully bypassed WSL2 relocation constraints and implemented Docker signature pattern reverse engineering via C-FFI.
A command-line Windows Task Manager clone built in Rust using raw Win32 API calls. This project demonstrates OS-level process management without relying on high-level abstractions.
Provides an overly-optimized unchecked fn, and a sane+safe fn
Keylogger made in Rust using the Windows API.
Add a description, image, and links to the unsafe-rust topic page so that developers can more easily learn about it.
To associate your repository with the unsafe-rust topic, visit your repo's landing page and select "manage topics."