From e199af44e32cd4b3109d8b9f667c7a64aca3c935 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Fri, 21 May 2021 05:25:31 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4be4cb..ed3905e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # 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. +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).