Update README.md

This commit is contained in:
xn0px90 2023-01-06 13:26:18 -07:00 committed by GitHub
parent e0b78cf110
commit ba7577cfff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@
- [Kernels](#Kernels)
- [Unikernels](#Unikernels)
- [Unikernel-like](#Unikernel-like)
- [Exploitation](#Exploitation)
- [Exploitation Tools](#Exploitation-Tools)
- [Xen](#Xen)
- [Attacking Hypervisors](#Attacking-Hypervisors)
- [VM-Hardening](#VM-Hardening)
@ -217,7 +217,7 @@
- [Drawbridge](https://www.microsoft.com/en-us/research/project/drawbridge) - Research prototype platform from Microsoft.
- [Graphene](https://github.com/oscarlab/graphene) - Library OS optimized for Intel SGX.
## Exploitation
## Exploitation Tools
- [libvmi](https://libvmi.com/) - LibVMI is a C library with Python bindings that makes it easy to monitor the low-level details of a running virtual machine
- [microlibvmi](https://github.com/Wenzel/libmicrovmi) - A cross-platform unified Virtual Machine Introspection API library
- [awesome-virtualization](https://github.com/Wenzel/awesome-virtualization) - A curated list of awesome resources about virtualization.