Skip to content

Commit 051dee0

Browse files
authored
Update README.md
1 parent aab19cc commit 051dee0

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1+
# 🧪 Hypervisor with EPT Hooking Support
12
![license](https://img.shields.io/github/license/momo5502/hypervisor.svg)
23
[![build](https://github.com/momo5502/hypervisor/workflows/Build/badge.svg)](https://github.com/momo5502/hypervisor/actions)
34
[![paypal](https://img.shields.io/badge/PayPal-support-blue.svg?logo=paypal)](https://paypal.me/momo5502)
45

5-
# Hypervisor
6+
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.
67

7-
Experimental VT-X type 2 hypervisor with EPT hooking/analysis support.
8-
Basically just a tool I use for reverse engineering and stuff. Nothing too serious.
8+
## Safety Warnings
9+
10+
- **System Instability**: Improper hypervisor implementation can cause BSODs
11+
- **Data Loss Risk**: Always backup important data before testing
12+
- **Ethical Usage**: Only use for legitimate research and educational purposes
913

1014
## Credits
1115

0 commit comments

Comments
 (0)