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.
vmhook/README.md

5 lines
363 B

# 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.