From 83bff65d8d24a717d036723e70f1cec402f5a927 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Thu, 18 Feb 2021 00:21:39 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc3c013..2f6d437 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ This project uses WDK and thus Windows Kernel functions to facilitate vmxlaunch. ##### Features +* 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...