From e6f3c81c29be5dc5cb5a0ce7a406247e92850f50 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Fri, 20 Aug 2021 01:05:39 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f95f52..01b4041 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,12 @@ vmprofiler is a c++ library which is used to statically analyze VMProtect 2 poly ### Build Instructions -* Warning: Visual Studio 2019 must be installed on the system... +* Warning: Visual Studio 2019 must be installed on the system... Also please make sure it is completely up-to-date! You will have compile issues if you are not updated :) ``` git clone --recursive https://githacks.org/vmp2/vmprofiler.git cd vmprofiler -cmake -G "Visual Studio 16 2019" +cmake -B build ``` You can now open `vmprofiler.sln`, select "Release" and "x64" then build.