From 27b44edba01251603f04059f9b7b9a6f73fded3c Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Thu, 18 Feb 2021 03:19:24 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aa2a086..b53aafe 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,8 @@ mm.cpp and mm.hpp contain all of the memory managment code. Hyper-v has a self r This is crucial as without knowing where the PML4 of the current logical processor is located in virtual memory, there is no way to interface with physical memory. Each logical processor running under hyper-v has its own host cr3 value (each core has its own host PML4). + + ###### Mapping PTE's In the Intel and AMD payloads of this project, there is a section for PDPT, PD, and PT. These sections need to be page aligned in