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.