No description
Find a file
2018-04-01 13:08:44 -07:00
SimpleSvm Address code analysis warnings, minor style correction 2018-04-01 13:08:44 -07:00
.gitattributes add project files 2017-04-21 06:27:57 -07:00
.gitignore add project files 2017-04-21 06:27:57 -07:00
LICENSE Address code analysis warnings, minor style correction 2018-04-01 13:08:44 -07:00
README.md Update README.md 2017-04-26 21:40:50 -07:00
SimpleSvm.sln add project files 2017-04-21 06:27:57 -07:00

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