From 6a78be1532884f2e597e0a4f7c6078da728b740d Mon Sep 17 00:00:00 2001 From: Maxime Meignan Date: Tue, 28 Nov 2023 23:39:44 +0100 Subject: [PATCH] Thanking 0mWindyBug on the README Co-authored-by: Windy Bug <139051196+0mWindyBug@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab1bdb2..dcc3d14 100644 --- a/README.md +++ b/README.md @@ -757,7 +757,7 @@ Finally, to detect hooking bypass (abusing a trampoline, using direct syscalls, ## Thanks to contributors * [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*) +* [Windy Bug](https://github.com/0mWindyBug): for a KDP-compatible Driver Signature Enforcement bypass (via *callback swapping*) and their major contribution on the minifilter bypass feature ## Licence