From f028a929350ba4b0ee568b515cadc6fc8776d63c Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Sun, 1 Nov 2020 23:42:21 +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 8e87ed2..b393529 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ In this example VDM syscalls into an inline hook placed on NtShutdownSystem to c vdm::vdm_ctx vdm; const auto ntoskrnl_base = reinterpret_cast( - util::get_module_base("ntoskrnl.exe")); + util::get_module_base("ntoskrnl.exe")); const auto ntoskrnl_memcpy = util::get_kernel_export("ntoskrnl.exe", "memcpy");