Update README.md

This commit is contained in:
João Victor
2024-08-05 08:41:58 -03:00
parent 726f25165c
commit b75d2a5bb7

View File

@@ -76,9 +76,9 @@ This project, called shadow-rs, is designed to create a rootkit in the Windows k
#### Registry
- Registry Protection (Anti-Deletion e Overwriting) ✅
#### Injection Shellcode
- Process Injection (ZwCreateThreadEx) ✅
- APC Injection ✅
#### Injection
- Process Injection - Shellcode (ZwCreateThreadEx) ✅
- APC Injection - Shellcode
## Build Instructions
@@ -146,6 +146,10 @@ These are some of the features that will be added, but there are many more on th
#### Callback
- Minifilters ❌
#### Injection
- DLL Injection (ZwCreateThreadEx)
- APC Injection - DLL
#### Disable ETWTI ❌
#### Disable WFP ❌