diff --git a/README.md b/README.md index 4efb510..502a549 100644 --- a/README.md +++ b/README.md @@ -10,7 +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)... +* 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/Physical memory example...