Update README.md

merge-requests/18/merge
_xeroxz 3 years ago
parent 9b5f89f488
commit e6f3c81c29

@ -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.

Loading…
Cancel
Save