mirror of
https://github.com/joaoviictorti/shadow-rs.git
synced 2026-01-24 17:54:39 +01:00
Update README.md
This commit is contained in:
@@ -53,6 +53,7 @@ This project, called shadow-rs, is designed to create a rootkit in the Windows k
|
||||
#### Driver
|
||||
- Driver (Hide / Unhide) ✅
|
||||
- Enumerate Driver ✅
|
||||
- Support for mapping the driver in memory ✅
|
||||
|
||||
#### Driver Signature Enforcement (DSE)
|
||||
- DSE (Enable / Disable) ✅
|
||||
@@ -67,6 +68,7 @@ This project, called shadow-rs, is designed to create a rootkit in the Windows k
|
||||
- PsSetLoadImageNotifyRoutine ✅
|
||||
- CmRegisterCallbackEx ✅
|
||||
- ObRegisterCallbacks (PsProcessType / PsThreadType) ✅
|
||||
- Listing currently removed callbacks ✅
|
||||
|
||||
#### Module
|
||||
- Enumerate Module ✅
|
||||
@@ -78,6 +80,7 @@ This project, called shadow-rs, is designed to create a rootkit in the Windows k
|
||||
- Process Injection (ZwCreateThreadEx) ✅
|
||||
- APC Injection ✅
|
||||
|
||||
|
||||
## Build Instructions
|
||||
|
||||
To build the project, ensure you have the Rust toolchain installed.
|
||||
|
||||
Reference in New Issue
Block a user