From 6bc16634638c124f9149f081cd5212f2727b6093 Mon Sep 17 00:00:00 2001 From: qtKite Date: Mon, 7 Jun 2021 05:40:17 +1000 Subject: [PATCH 1/3] Update README.md --- README.md | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index ae4c16b..9d16a1c 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,7 @@ It is found under the parent directory of HKLM64. ```asm 008CE9E8 043DCA88 L"HKLM64" -008CE9EC 00000006 -008CE9F0 00000008 -008CE9F4 043DCAB0 -008CE9F8 043DCA60 -008CE9FC 00000000 -008CEA00 00000008 -008CEA04 043DC950 +... 008CEA08 043DCBC0 L"SOFTWARE\\Policies\\Microsoft\\Windows Defender" ``` @@ -45,13 +39,7 @@ The second breakpoint leads us here: ```asm 008CE8F0 043DCFE8 L"HKLM64" -008CE8F4 00000006 -008CE8F8 00000008 -008CE8FC 043DD010 -008CE900 043DCFC0 -008CE904 00000000 -008CE908 00000008 -008CE90C 043DCEB0 +... 008CE910 043DD120 L"SYSTEM\\CurrentControlSet\\Services\\WinDefend" ``` From b342cc1f2e889d9323ae23e455d33a089b0f9e37 Mon Sep 17 00:00:00 2001 From: qtKite Date: Mon, 7 Jun 2021 06:06:48 +1000 Subject: [PATCH 2/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9d16a1c..e0c7b50 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # defender-control +current a work in progress - feel free to come back to check on any updates + ## what is this project? we all know that disabling windefender is a pain going through countless registries. the next easiest solution is to use freeware and currently the most popular one is by sordum. (i won't link here - you can find it on the first google result) From 204e9d92b80f773a071854e07d6ac3ef232f53cb Mon Sep 17 00:00:00 2001 From: qtKite Date: Mon, 7 Jun 2021 06:06:55 +1000 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0c7b50..a7f58f1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # defender-control -current a work in progress - feel free to come back to check on any updates +currently a work in progress - feel free to come back to check on any updates ## what is this project? we all know that disabling windefender is a pain going through countless registries.