Update README.md

merge-requests/1/merge
_xeroxz 4 years ago
parent 96526f8cde
commit 826862a5fb

@ -18,8 +18,8 @@ vdm::vdm_ctx vdm;
nasa::mem_ctx my_proc(vdm);
const auto ntoskrnl_base =
reinterpret_cast<void*>(
util::get_kmodule_base("ntoskrnl.exe"));
reinterpret_cast<void*>(
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);

Loading…
Cancel
Save