From 7d9ca18037b8cbb14d746a08c00bf314d40ec672 Mon Sep 17 00:00:00 2001 From: joaoviictorti Date: Fri, 1 Nov 2024 15:24:47 -0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee80d03..bc29df6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ ![Stars](https://img.shields.io/github/stars/joaoviictorti/shadow-rs) ![License](https://img.shields.io/github/license/joaoviictorti/shadow-rs) -**shadow-rs** is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation, while leveraging Rust’s safety and performance features. This project is intended for educational and research purposes. +`shadow-rs` is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation while leveraging Rust’s safety and performance features. This project is intended for educational and research purposes. + +The project also provides useful crates for developing rootkits, such as shadowx, which consolidates core logic and essential techniques. It includes rootkit-specific tricks, with plans for additional features in future updates. ## Table of Contents