mirror of
https://github.com/momo5502/hypervisor.git
synced 2026-07-06 07:49:57 +00:00
ef3a853a874b469ff7c9c2e2974dccb4e589cb87
2bc5284 to 6bfdd0e
Bumps [external/ia32-doc](https://github.com/wbenny/ia32-doc) from `2bc5284` to `6bfdd0e`. - [Commits](https://github.com/wbenny/ia32-doc/compare/2bc5284e04ff862220def160517bc72baf3d1a03...6bfdd0e8efe1a4f9c8489a93fe582a6e2e587c19) --- updated-dependencies: - dependency-name: external/ia32-doc dependency-version: 6bfdd0e8efe1a4f9c8489a93fe582a6e2e587c19 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
🧪 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%