RootVisor is a minimalist HyperVisor project, inspired by Sina Karvandi's "Hypervisor From Scratch" tutorials. This repository aims to provide a clear, concise example of a custom hypervisor implementation.
- Basic hypervisor functionality
- Simple proof-of-concept (POC) for an EPT hook
- Supported OS: Windows 10 version 2004 and above
- Development: Visual Studio with Windows SDK & Windows Driver Kit (WDK) installed
This project is heavily based on and inspired by Sina Karvandi's amazing tutorials:
- Tutorials: Hypervisor From Scratch
- Reference repository: SinaKarvandi/Hypervisor-From-Scratch