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