From 63c59a4911ff95fcbb920187a984c8ccb7f9666c Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Sun, 23 May 2021 23:50:20 +0000 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed3905e..a5b93a4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -# 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](https://githacks.org/vmp2/um-tracer). +# vmhook - VMProtect 2 Virtual Machine Hooking Library +TODO \ No newline at end of file