You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
513 B

3 years ago
<div align="center">
3 years ago
<img width="1000" height="auto" src="https://imgur.com/b1bYNZU.png"/>
3 years ago
</div>
3 years ago
3 years ago
# Bluepill
3 years ago
An Intel type-2 research hypervisor written with no access to github.com. This project is purely for educational purposes.
3 years ago
### VMCS
Dump of VMCS fields can be found [here](https://githacks.org/_xeroxz/bluepill/-/blob/master/VMCS.md). This is not required, but for learning its nice to
see exactly what the masks are, what VMCS field's there are and what exactly you need to vmxlaunch successfully.