1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2025-10-10 17:06:40 +00:00
dependabot[bot] 6335b452fe Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-01 09:14:26 +00:00
2025-10-01 09:14:26 +00:00
2022-05-15 13:06:38 +02:00
2022-03-26 14:28:40 +01:00
2025-05-03 09:44:47 +02:00
2022-04-24 21:23:54 +02:00
2022-04-24 21:23:54 +02:00
2022-03-27 16:21:54 +02:00
2023-12-10 09:39:36 +01:00
2022-05-08 16:17:09 +02:00
2022-04-24 21:23:54 +02:00
2025-07-29 10:59:28 +02:00

🧪 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

Description
Hypervisor with EPT hooking support.
Readme GPL-3.0 1.3 MiB
Languages
C++ 93.2%
CMake 5.1%
Assembly 1.5%
C 0.2%