From 067fb972382fd6c5674678adaa90b084d55af569 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Tue, 16 Feb 2021 03:45:38 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7171d50..f6ac3ff 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ This project uses WDK and thus Windows Kernel functions to facilitate vmxlaunch. * 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... ### Why Write A Hypervisor?