Skip to content

A native hypervisor designed for the Windows operating system

License

Notifications You must be signed in to change notification settings

CrackerCat/HyperWin

 
 

Repository files navigation

Build License

HyperWin

HyperWin is a native hypervisor designed for Windows (x64 only) running on Intel processors. The whole system consists three major components: a hypervisor, a driver and a command line application. Using the command-line application, you can send IOCTL codes to the communication driver that will eventually reach the hypervisor. HyperWin provides many interesting features, including:

  • Creation of memory regions hidden from the operating system (using EPT and a hidden hook on E820)
  • PatchGuard bypassing
  • Sensitive data protection via IRP hooking (User-Mode & Kernel-Mode)
  • Smart process management
  • A (very!) generic hooking module

And much more!

Compilation

HyperWin can be installed on any computer that is using an MBR disk. The compilation process is super easy:

$ cd HyperWin
$ make

After running the above commands, a new file called hypervisor.iso will be generated inside the build directory. Burn it to a USB stick, plug the stick to a computer and make sure to change the boot order from the BIOS menu (the USB stick must be choosed as the first option). Once the computer boots to HyperWin, it will automatically load Windows after it finishes the initialization process.

License

HyperWin is licensed under the GPL v3.0 license.

About

A native hypervisor designed for the Windows operating system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 72.9%
  • Assembly 20.8%
  • C++ 4.8%
  • Makefile 1.5%