mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-11-03 12:07:04 +00:00
6e8dd2f3ada2357ff42c5f5a273961ea5f41eb5f
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... 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%