Coder Social home page Coder Social logo

denda188 / vmprotect_my Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vi3t1/vmprotect-3.5.1

0.0 0.0 0.0 15.64 MB

Shell 0.13% C++ 65.22% Python 0.49% C 3.76% C# 18.91% Assembly 0.03% CSS 0.02% Pascal 0.14% Objective-C++ 0.06% Makefile 0.40% HTML 10.61% Batchfile 0.17% Visual Basic 6.0 0.05%

vmprotect_my's Introduction

# 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
```

vmprotect_my's People

Contributors

vi3t1 avatar denda188 avatar jmpoep avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.