docs: Removing the documentation item from the README

This commit is contained in:
joaoviictorti
2024-11-01 17:41:22 -03:00
parent 1593f5d8b4
commit a0bebfaa6b

View File

@@ -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)