mirror of
https://github.com/momo5502/hypervisor.git
synced 2026-09-06 05:37:12 +00:00
Compare commits
22
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c184e42e4b | ||
|
|
7d36b00c31 | ||
|
|
f2d080d2f7 | ||
|
|
513b7c74d6 | ||
|
|
48177ee2c9 | ||
|
|
ef3a853a87 | ||
|
|
6ce923a2cd | ||
|
|
ebd608818c | ||
|
|
5ef31e13d6 | ||
|
|
19cc05a2a3 | ||
|
|
8431b0733d | ||
|
|
b8f570a0d4 | ||
|
|
ccf5f0260b | ||
|
|
2b6e78beb2 | ||
|
|
6e8dd2f3ad | ||
|
|
0711ac02b1 | ||
|
|
6335b452fe | ||
|
|
ff66fce225 | ||
|
|
dbd0cc23c8 | ||
|
|
051dee0214 | ||
|
|
aab19ccb34 | ||
|
|
4051223045 |
@@ -20,7 +20,7 @@ jobs:
|
|||||||
- release
|
- release
|
||||||
steps:
|
steps:
|
||||||
- name: Check out files
|
- name: Check out files
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
@@ -49,7 +49,7 @@ jobs:
|
|||||||
run: cmake --build --preset=${{matrix.configuration}}
|
run: cmake --build --preset=${{matrix.configuration}}
|
||||||
|
|
||||||
- name: Upload ${{matrix.configuration}} binaries
|
- name: Upload ${{matrix.configuration}} binaries
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: ${{matrix.configuration}} binaries
|
name: ${{matrix.configuration}} binaries
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
@@ -1,11 +1,15 @@
|
|||||||
|
# 🧪 Hypervisor with EPT Hooking Support
|
||||||

|

|
||||||
[](https://github.com/momo5502/hypervisor/actions)
|
[](https://github.com/momo5502/hypervisor/actions)
|
||||||
[](https://paypal.me/momo5502)
|
[](https://paypal.me/momo5502)
|
||||||
|
|
||||||
# Hypervisor
|
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.
|
||||||
|
|
||||||
Experimental VT-X type 2 hypervisor with EPT hooking/analysis support.
|
## Safety Warnings
|
||||||
Basically just a tool I use for reverse engineering and stuff. Nothing too serious.
|
|
||||||
|
- **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
|
## Credits
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
-1
Submodule external/FindWDK updated: 6aaaaf423a...ff531a9533
Vendored
+1
-1
Submodule external/ia32-doc updated: 2bc5284e04...efdea98d09
Reference in New Issue
Block a user