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.
_xeroxz
4ffaeb64a8
|
4 years ago | |
---|---|---|
README.md | 4 years ago | |
VMCS.md | 4 years ago | |
bluepill.sln | 4 years ago | |
bluepill.vcxproj | 4 years ago | |
bluepill.vcxproj.filters | 4 years ago | |
bluepill.vcxproj.user | 4 years ago | |
entry.cpp | 4 years ago | |
exit_handler.cpp | 4 years ago | |
hv_types.hpp | 4 years ago | |
ia32.hpp | 4 years ago | |
segment.cpp | 4 years ago | |
segment_intrin.asm | 4 years ago | |
segment_intrin.h | 4 years ago | |
vmcs.cpp | 4 years ago | |
vmcs.hpp | 4 years ago | |
vmxexit_handler.asm | 4 years ago | |
vmxexit_handler.h | 4 years ago | |
vmxlaunch.cpp | 4 years ago | |
vmxlaunch.hpp | 4 years ago | |
vmxon.cpp | 4 years ago | |
vmxon.hpp | 4 years ago |
README.md
Bluepill
An Intel type-2 research hypervisor written with no access to github.com. This project is purely for educational purposes.
VMCS
Dump of VMCS fields can be found here. 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.