diff --git a/README.md b/README.md index 7c68a75..27c6582 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,12 @@ The project also provides useful crates for developing rootkits, such as [**shadowx**](/crates/shadowx/), which consolidates core logic and essential techniques. It includes rootkit-specific tricks, with plans for additional features in future updates. +The documentation on how to execute CLI commands can be found on the [**Wiki**](https://github.com/joaoviictorti/shadow-rs/wiki) + ## Table of Contents * [Legal notice](#legal-notice) * [Features](#features) -* [Documentation](#documentation) * [Installation](#installation) * [Supported Platforms](#supported-Platforms) * [Build Instructions](#build-instructions) @@ -97,11 +98,6 @@ The project also provides useful crates for developing rootkits, such as [**shad - ✅ Process Injection - DLL (ZwCreateThreadEx) - ✅ APC Injection - Shellcode -## Documentation - -If you would like to read the documentation on how to use the tool, simply navigate to the `/docs` folder. There you will find detailed information on setting up, using, and contributing to the project. - - ## Installation - Install Rust from [**here**](https://www.rust-lang.org/learn/get-started). - Then follow the instructions provided by [**microsoft**](https://github.com/microsoft/windows-drivers-rs?tab=readme-ov-file#getting-started)