Files
hypervisor/README.md
T
2025-07-29 10:59:28 +02:00

1.2 KiB

🧪 Hypervisor with EPT Hooking Support

license build paypal

A lightweight experimental hypervisor that leverages Intel's VT-x virtualization technology to create stealthy memory hooks using EPT (Extended Page Tables). By manipulating second-level address translation, it enables invisible code execution interception that bypasses traditional memory integrity checks.

Safety Warnings

  • System Instability: Improper hypervisor implementation can cause BSODs
  • Data Loss Risk: Always backup important data before testing
  • Ethical Usage: Only use for legitimate research and educational purposes

Credits

SimpleVisor
gbhv

Icon