From eb392c730dc03458212d0da3fc142fa63a4b2d68 Mon Sep 17 00:00:00 2001 From: xerox Date: Tue, 8 Feb 2022 23:13:09 -0800 Subject: [PATCH] updated readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index ec4f66a..fcf18b8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ # vmprofiler VMProtect 3 Virtual Machines Profiler Library + +# Build Requirements + +``` +clang-10 +cmake (3.x or up) +``` + +*linux build instructions* + +``` +git clone https://githacks.org/vmp3/vmprofiler +cd vmprofiler +cmake -B build +cd build +make +``` \ No newline at end of file