From 41367473e6c8a93a7c3351e43c61f6d58bb868d6 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Tue, 16 Feb 2021 03:46:21 +0000 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f6ac3ff..13a79b9 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ This project uses WDK and thus Windows Kernel functions to facilitate vmxlaunch. ##### Features -* No EPT! -* Integration with VDM -* Hypervisor has its own GDT, TSS, IDT, and address space -* Read/Write Virtual memory example. -* SEH in vmxroot handled by hypervisor interrupt handlers and not by guest... +* Integration with VDM... +* Hypervisor has its own GDT, TSS, IDT, and address space... +* Read/Write Virtual memory example... +* SEH in vmxroot handled by hypervisor interrupt handlers... +* SEH works reguardless if manually mapped or loaded normally... ### Why Write A Hypervisor?