mirror of
https://github.com/momo5502/hypervisor.git
synced 2026-08-02 13:20:34 +00:00
c184e42e4ba5bad80a51a56943dc3a748f3e5593
6bfdd0e to efdea98
Bumps [external/ia32-doc](https://github.com/wbenny/ia32-doc) from `6bfdd0e` to `efdea98`. - [Commits](https://github.com/wbenny/ia32-doc/compare/6bfdd0e8efe1a4f9c8489a93fe582a6e2e587c19...efdea98d09f95ba5c05ae4ab9a5e6837e35183b7) --- updated-dependencies: - dependency-name: external/ia32-doc dependency-version: efdea98d09f95ba5c05ae4ab9a5e6837e35183b7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
🧪 Hypervisor with EPT Hooking Support
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
Languages
C++
93.2%
CMake
5.1%
Assembly
1.5%
C
0.2%