|
|
|
@ -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?
|
|
|
|
|
|
|
|
|
|