tandasat / SimpleSvm

A minimalistic educational hypervisor for Windows on AMD processors.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleSvm

Introduction

SimpleSvm is a minimalistic educational hypervisor for Windows on AMD processors. It aims to provide small and explanational code to use Secure Virtual Machine (SVM), the AMD version of Intel VT-x, with Nested Page Tables (NPT) from a windows driver.

SimpleSvm is inspired by SimpleVisor, an Intel x64/EM64T VT-x specific hypervisor for Windows, written by Alex Ionescu (@aionescu).

Supported Platforms

  • Windows 10 x64 and Windows 7 x64
  • AMD Processors with SVM and NPT support

Resources

About

A minimalistic educational hypervisor for Windows on AMD processors.

License:MIT License


Languages

Language:C++ 90.2%Language:Assembly 9.8%