From 22b84454bc2ebc74fd17e51223b86cbb4e6e5ce9 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Mon, 2 Nov 2020 02:11:51 +0000 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f9d8e00..77b043b 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,13 @@ std::printf("[+] kernel MZ -> 0x%x\n", mz_bytes); # Usage -Currently the project is configured to use gdrv, but if you want to swap the driver out you must defined four functions. +Currently the project is configured to use gdrv, but if you want to swap the driver out you must defined four functions. You can also change which syscall you want to +hook by changing this variable inside of `vdm.h`. + +```cpp +// change this to whatever you want :^) +constexpr std::pair syscall_hook = { "NtGdiDdDDICreateContext", "win32u.dll" }; +``` ### vdm::load_drv