From a7d552acaa98096ad6e91113f1867f3a42a9cc86 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Mon, 2 Nov 2020 02:24:07 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bdcab6..69f7d7d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ # Vulnerable Driver Manipulation A library to manipulate drivers exposing a physical memory read/write primitive to allow the user to call any function in the kernel. There are thousands of drivers exposing physical -memory read/write, a bunch are listed in this repo. Currently the project is using gdrv.sys, and is inline hooking `dxgkrnl.NtGdiDdDDICreateContext`. +memory read/write, a bunch are listed in this repo. Currently the project is using gdrv.sys. # Example