From fa590620b9083f7a31373cedf5e904d9eb15bcbe Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Sat, 20 Feb 2021 07:49:07 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 33eafa4..e090b9b 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ This project uses WDK and thus Windows Kernel functions to facilitate vmxlaunch. * [Intel Manual Volume 3C](https://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-vol-3c-part-3-manual.pdf) * [daax - 7 Days To Virtualization: A Series On Hypervisor Development](https://revers.engineering/7-days-to-virtualization-a-series-on-hypervisor-development/) +* [`@useless_shelf` - Helping facilitate vmlaunch, correcting exception injection mistakes] * [Sina Karvandi - Hypervisor from scratch](https://rayanfam.com/topics/hypervisor-from-scratch-part-1/) * [HyperPlatform](https://github.com/tandasat/HyperPlatform) * [Gbps - gbhv](https://github.com/Gbps/gbhv)