mirror of
https://github.com/momo5502/hypervisor.git
synced 2026-05-10 17:51:42 +00:00
dependabot/submodules/external/FindWDK-ff531a9
1e41c97 to ff531a9
Bumps [external/FindWDK](https://github.com/SergiusTheBest/FindWDK) from `1e41c97` to `ff531a9`. - [Commits](https://github.com/SergiusTheBest/FindWDK/compare/1e41c97ed8511bd1085eb707e2c357d9f159963f...ff531a9533b6d38f0ab62e23da2205b0cfe0d51b) --- updated-dependencies: - dependency-name: external/FindWDK dependency-version: ff531a9533b6d38f0ab62e23da2205b0cfe0d51b 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%