mirror of
https://github.com/momo5502/hypervisor.git
synced 2026-09-01 11:18:40 +00:00
8ac459e80db98357b8797706e749327edaa5b1e7
ff531a9 to 0686183
Bumps [external/FindWDK](https://github.com/SergiusTheBest/FindWDK) from `ff531a9` to `0686183`. - [Commits](https://github.com/SergiusTheBest/FindWDK/compare/ff531a9533b6d38f0ab62e23da2205b0cfe0d51b...068618358d27e9e7ea528cdca3091d7c180be6e9) --- updated-dependencies: - dependency-name: external/FindWDK dependency-version: '068618358d27e9e7ea528cdca3091d7c180be6e9' 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%