From 94ce45bee5cecd3ad496f698bc8787db870cc890 Mon Sep 17 00:00:00 2001 From: qtKite Date: Mon, 7 Jun 2021 23:00:51 +1000 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ca970f7..fbf542e 100644 --- a/README.md +++ b/README.md @@ -366,7 +366,9 @@ Luckily for us, all this stuff is documented. Check out these two links: - https://docs.microsoft.com/en-us/powershell/module/defender/set-mppreference?view=windowsserver2019-ps - https://docs.microsoft.com/en-us/windows/win32/wmisdk/wmi-c---application-examples - +So, since its kind of difficult to debug the values DefenderControl accesses and this stuff is pretty well documented - we are going to base our work off research. +There is a nice website that documents stuff like this here: https://privacy.sexy/ +We can implement a WMIC implementation to do it in C++ without having to make calls to powershell.