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 e199af44e3
Update README.md
3 years ago
include added source code 3 years ago
src removed header files from the src dir 3 years ago
.gitignore added source code 3 years ago
LICENSE Add LICENSE 3 years ago
README.md Update README.md 3 years ago
vmtracer.sln added source code 3 years ago

README.md

vmtracer - VMProtect 2 Virtual Machine Tracer Library

The base library for um-tracer. This project contains an execution environment agnostic C++ class and trap handler aimed to aid in hooking into VMProtect 2 virtual machines. This project uses no STL, heap allocations, or any other limiting C++ code. The library requires executing in long mode however. You can find an example usage of this very small project over at the um-tracer repo.