Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 467 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 467 Bytes

How to build VMProtect for Mac

1.You need a Mac

2.Make sure you have Xcode,CommandLineDeveloperTools,Qt5 installed

3.Open VMProtect/mac_gui.mak, change /Users/user/Qt/5.15.2/clang_64 to your own Qt5 install dir

cd core/invariant && make
cd ../ && make
cd ../VMProtectCon && make
cd ../VMProtect && make
  1. The generated files will be in bin/64
  2. Enjoy it

mac.jpg