Skip to content

Releases: void-stack/Hypervisor-Detection

Release list

Compiled

Choose a tag to compare

@void-stack void-stack released this 18 Oct 16:25

Hypervision Detection

Supports both x86 and x64. Currently implements four techniques:

  • Profiling CPUID against FYL2XP1 (most reliable)
  • Checking highest low function leaf
  • Checking invalid leaf
  • Checking for known hypervisor vendors (KVM, HyperV, VMware, Xen, Parallels, VirtualBox)