SimpleVisor is a simple, portable, Intel VT-x hypervisor with two specific goals: using the least amount of assembly code (10 lines), and having the smallest amount of VMX-related code to support dynamic hyperjacking and unhyperjacking (that is, virtualizing the host state from within the host). It works on Windows and UEFI.
Stars
1.9k
Forks
281
Watchers
1.9k
Open Issues
11
Overall repository health assessment
No package.json found
This might not be a Node.js project
42
commits
4
commits
3
commits
2
commits
2
commits
2
commits
1
commits
1
commits
Remove unnecessary VM_EXIT_ACK_INTR_ON_EXIT flag
a2efa4bView on GitHubMerge pull request #25 from tandasat/fix-warnings-and-typo
0267295View on GitHubFix UEFI issues -- SimpleVisor now works on UEFI MP systems.
a2aafc3View on GitHubProperly support building for UEFI vs NT with VisualUefi
a44424dView on GitHubAdd power-state callback to handle sleep/hibernate/resume correctly.
6ca25d4View on GitHubFix bug on unload when no hypervisor loaded. CPUID still returns valid data when leaf is invalid!
348c552View on GitHub