From ada1fc6085dc94938ff4b5fdb1940291a1361bff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Victor?= Date: Sat, 31 Aug 2024 18:43:57 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5a1b00..4013a8e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This project, called shadow-rs, is designed to create a rootkit in the Windows k * [Notice](#notice) * [Legal notice](#legal-notice) * [Features](#contents) -* [Misc](#misc) +* [Others](#others) * [Build Instructions](#build-instructions) * [Driver](#driver) * [Client](#client) @@ -83,7 +83,7 @@ This project, called shadow-rs, is designed to create a rootkit in the Windows k - APC Injection - Shellcode - DLL Injection (ZwCreateThreadEx) -## Misc +## Others The following functionalities are not "features", they are basically techniques that may be of interest to you to explore, understand and apply in the development of your driver.