From 86bf31104c0610fe789294ebe67ce6ca46e2e9d2 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Mon, 2 Nov 2020 02:16:38 +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 77b043b..8bdcab6 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ 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. You can also change which syscall you want to -hook by changing this variable inside of `vdm.h`. +hook by changing this variable inside of `vdm_ctx/vdm_ctx.h`. ```cpp // change this to whatever you want :^)