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.
Localization of The Rustonomicon
Make Rust code safer
This repo contains contents from The Rust Book
prudent-rs internals; enforcing prudent rules, *but* not linting unused_unsafe
Rust word frequency analyzer using custom linked list data structures in Rust — an educational project exploring Rust ownership, unsafe, and pointer semantics
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.
Keylogger made in Rust using the Windows API.
High-performance Async TCP Reverse Proxy built to master Rust's "Three Walls": Ownership/Lifetimes, Async/Send+Sync, and Unsafe FFI. Featuring zero-copy configuration and dynamic C-plugin support.
Provides an overly-optimized unchecked fn, and a sane+safe fn
Understand the motivations and challenges of concurrent programming. Learn design patterns and principles for reasoning in concurrent programming. Design, implement, and evaluate concurrent programs. Apply their knowledge to real-world parallel systems.
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."