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");