From af95fd12e9fd57ed8584930f54b7b281562817c1 Mon Sep 17 00:00:00 2001 From: xerox Date: Tue, 25 Aug 2020 09:25:31 +0000 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 3886711..de83a1e 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,6 @@ std::cout << "[+] base address pde: " << std::hex << my_proc[{module_base.pml4_i std::cout << "[+] base address pte: " << std::hex << my_proc[{module_base.pml4_index, module_base.pdpt_index, module_base.pd_index, module_base.pt_index}].value << std::endl; ``` -result: - ``` [+] flushed PIDDB Cache for physmeme driver... [+] my pid: 2634