From 826862a5fb17120389f778c1e1815d9290f79ec1 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Tue, 3 Nov 2020 07:28:57 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b186af..4ea56df 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ vdm::vdm_ctx vdm; nasa::mem_ctx my_proc(vdm); const auto ntoskrnl_base = -reinterpret_cast( - util::get_kmodule_base("ntoskrnl.exe")); + reinterpret_cast( + util::get_kmodule_base("ntoskrnl.exe")); const auto ntoskrnl_pde = my_proc.get_pde(ntoskrnl_base); std::printf("[+] pde.present -> %d\n", ntoskrnl_pde.second.present);