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
487 B

3 years ago
# vmtracer - VMProtect 2 Virtual Machine Tracer Library
3 years ago
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](https://githacks.org/vmp2/um-tracer).
3 years ago