Update README.md

This commit is contained in:
João Victor
2024-08-04 22:01:39 -03:00
parent 0a85859e56
commit 127847070b

View File

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