From 5e1d1daf6dc0eba61bc6231da7039897f1b834f5 Mon Sep 17 00:00:00 2001 From: Maxime Meignan Date: Fri, 3 Nov 2023 16:32:30 +0100 Subject: [PATCH] Updating the "thanks" section Co-authored-by: Windy Bug <139051196+0mWindyBug@users.noreply.github.com> --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce8c325..5d4fd0b 100644 --- a/README.md +++ b/README.md @@ -720,7 +720,8 @@ Finally, to detect hooking bypass (abusing a trampoline, using direct syscalls, [Maxime MEIGNAN (themaks)](https://github.com/themaks) ## Thanks to contributors -[v1k1ngfr](https://github.com/v1k1ngfr): for Driver Signature Enforcement bypass (via `g_CiOptions` patching) and GDRV.sys driver support +* [v1k1ngfr](https://github.com/v1k1ngfr): for Driver Signature Enforcement bypass (via `g_CiOptions` patching) and GDRV.sys driver support +* [Windy Bug](https://github.com/0mWindyBug): for a KDP-compatible Driver Signature Enforcement bypass (via *callback swapping*) ## Licence