forked from vi3t1/vmprotect-3.5.1
-
Notifications
You must be signed in to change notification settings - Fork 0
MiskaDaeve/vmprotect-3.5.11
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# VMProtect project ----------------- ## 1. Build 1. Install Visual Studio 2022 2. Install Python3 latest version 3. Install Qt 5.12.12 ```cmd $ pip install aqtinstall $ cd C:\ $ mkdir Qt $ cd Qt $ aqt install-qt windows desktop 5.12.12 win32_msvc2017 $ aqt install-qt windows desktop 5.12.12 win64_msvc2017_64 ``` 4. To build x64 version, in `x64 Native Tools Command Prompt for VS 2022`: ```cmd $ set QTDIR=C:\Qt\5.12.12\msvc2017_64 $ set PATH=%PATH%;C:\Qt\5.12.12\msvc2017_64\bin $ cmd.exe /c build-libffi.bat $ cmd.exe /c build-ultimate-x64.bat ``` To build x86 version, in `x86 Native Tools Command Prompt for VS 2022`: ```cmd $ set QTDIR=C:\Qt\5.12.12\msvc2017 $ set PATH=%PATH%;C:\Qt\5.12.12\msvc2017\bin $ cmd.exe /c build-libffi.bat $ cmd.exe /c build-ultimate-x86.bat ```
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 65.2%
- C# 18.9%
- HTML 10.6%
- C 3.8%
- Python 0.5%
- Makefile 0.4%
- Other 0.6%