Files
shadow-rs/docs/README.md
2024-09-22 22:31:05 -03:00

42 lines
1.7 KiB
Markdown

## Windows Kernel Rootkit in Rust (shadow-rs) Documentation 🦀
This documentation provides an overview of the shadow-rs rootkit project and instructions on its usage, features, and development process.
### Table of contents
* [Process](/docs/process.md)
* [Hide / Unhide Process](/docs/process.md#hide--unhide-process)
* [Elevate Process to System](/docs/process.md#elevate-process-to-system)
* [Process Signature (PP / PPL)](/docs/process.md#process-signature-pp--ppl)
* [Terminate Process](/docs/process.md#terminate-process)
* [Lists protected and hidden processes currently on the system](/docs/process.md#lists-protected-and-hidden-processes-currently-on-the-system)
* [Thread](/docs/thread.md)
* [Hide / Unhide Thread](/docs/thread.md)
* [Thread Protection (Anti-Kill)](/docs/thread.md)
* [Lists protected and hidden threads currently on the system](/docs/thread.md)
* [Driver](/docs/driver.md)
* [Driver (Hide / Unhide)](/docs/driver.md)
* [Enumerate Driver](/docs/driver.md)
* [Misc](/docs/misc.md)
* [Driver Signature Enforcement (DSE) Enable / Disable](/docs/misc.md)
* [Keylogger Start / Stop](/docs/misc.md)
* [ETWTI Enable / Disable](/docs/misc.md)
* [Callbacks](/docs/callback.md)
* [List / Remove / Restore Callbacks](/docs/callback.md)
* [Listing currently removed callbacks](/docs/callback.md)
* [Module](/docs/module.md)
* [Hide Module](docs/module.md)
* [Enumerate Module](/docs/module.md)
* [Registry](/docs/registry.md)
* [Hide Key and Values](/docs/registry.md)
* [Registry Protection](/docs/registry.md)
* [Injection](/docs/registry.md)
* [Process Injection - Shellcode / DLL (ZwCreateThreadEx)](/docs/injection.md)
* [APC Injection - Shellcode](/docs/injection.md)