diff --git a/README.md b/README.md index 718241e..b4f1a72 100644 --- a/README.md +++ b/README.md @@ -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 ❌