update README.md

This commit is contained in:
João Victor
2024-08-04 21:58:56 -03:00
parent c20d85ce25
commit 0a85859e56

View File

@@ -65,6 +65,8 @@ This project, called shadow-rs, is designed to create a rootkit in the Windows k
- PsSetCreateProcessNotifyRoutine ✅
- PsSetCreateThreadNotifyRoutine ✅
- PsSetLoadImageNotifyRoutine ✅
- CmRegisterCallbackEx ✅
- ObRegisterCallbacks (PsProcessType / PsThreadType) ✅
#### Module
- Enumerate Module ✅
@@ -125,10 +127,6 @@ You can use [Service Control Manager](https://docs.microsoft.com/en-us/windows/w
These are some of the features that will be added, but there are many more on the way
#### Callbacks
- CmRegisterCallbackEx ❌
- ObRegisterCallbacks ❌
#### Registry
- Hide Key and Values ❌