mirror of
https://github.com/joaoviictorti/shadow-rs.git
synced 2026-01-05 16:44:33 +01:00
13 lines
682 B
Markdown
13 lines
682 B
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)
|