From 127847070b41dd1baef381c93d81954efb91a04b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Victor?= Date: Sun, 4 Aug 2024 22:01:39 -0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b4f1a72..fb59845 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ 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 ✅ #### Driver Signature Enforcement (DSE) - DSE (Enable / Disable) ✅ @@ -67,6 +68,7 @@ This project, called shadow-rs, is designed to create a rootkit in the Windows k - PsSetLoadImageNotifyRoutine ✅ - CmRegisterCallbackEx ✅ - ObRegisterCallbacks (PsProcessType / PsThreadType) ✅ + - Listing currently removed callbacks ✅ #### Module - Enumerate Module ✅ @@ -78,6 +80,7 @@ This project, called shadow-rs, is designed to create a rootkit in the Windows k - Process Injection (ZwCreateThreadEx) ✅ - APC Injection ✅ + ## Build Instructions To build the project, ensure you have the Rust toolchain installed.