From 63638e6306f8886d43d01993c6768da8256a4a91 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Thu, 18 Feb 2021 00:33:37 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f89c289..4475f7d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This project uses WDK and thus Windows Kernel functions to facilitate vmxlaunch. * Debug with Windbg... (int 3 handler is forwarded to the guest, along with #DB)... * Integration with VDM... * Hypervisor has its "own" GDT, TSS, IDT, and address space (some entries point to guest controlled addresses explained below)... -* Read/Write Virtual memory example... +* Read/Write Virtual/Physical memory example... * SEH in vmxroot handled by hypervisor interrupt handlers... * SEH works reguardless if manually mapped or loaded normally...