VMProtect 2 Virtual Machine Hooking Library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
_xeroxz 826ba35233
Update README.md
3 years ago
include renamed 3 years ago
src renamed tracer to hook 3 years ago
.gitignore added source code 3 years ago
LICENSE Add LICENSE 3 years ago
README.md Update README.md 3 years ago
vmhook.sln forgot to add the path to the sln.. 3 years ago

README.md

vmhook - VMProtect 2 Virtual Machine Hooking Library

Vmhook is an execution environment agnostic VMProtect 2 virtual machine hooking framework designed for hooking virtual machine handlers. The project only supports x64 VMProtect 2 binaries. An example usage of this project can be seen at um-hook.

Hooking into the VMProtect 2 virtual machine of a kernel driver example can be found here: https://githacks.org/_xeroxz/vmhook-eac, multi-vm hooking can be seen here: https://githacks.org/_xeroxz/vmhook-eac/-/tree/multi-vm