From 65003dccb7e9a3b368a4c4f09da8af1b001892ac Mon Sep 17 00:00:00 2001 From: joaoviictorti Date: Sun, 22 Sep 2024 22:32:58 -0300 Subject: [PATCH] docs: update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7bb3fce..78a63a4 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This project, called shadow-rs, is designed to create a rootkit in the Windows kernel using the Rust language. The aim is to demonstrate advanced techniques for developing rootkits, taking advantage of the security and performance features of the Rust language. -## Summary +## Table of contents * [Notice](#notice) * [Legal notice](#legal-notice) @@ -52,7 +52,6 @@ This project, called shadow-rs, is designed to create a rootkit in the Windows k ### Driver - ✅ Driver (Hide / Unhide) - ✅ Enumerate Driver -- ✅ Support for mapping the driver in memory ### Misc @@ -92,6 +91,7 @@ The following functionalities are not "features", they are basically techniques - Searching for a "Zw" api not exported from `ntoskrnl.exe` at runtime. - Reflective Loading. +- Support for mapping the driver in memory. ## Build Instructions