/VTIL-Python

Python bindings for the VTIL API. (WIP)

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

VTIL-Python

appveyor-ci license discord

Virtual-machine Translation Intermediate Language - Python Bindings

Introduction

// TODO..

Building (CMake)

Dependencies:

  • Python >=3.5 (x64)
  • Visual Studio 2019
  • CMake 3.15 or higher

From a Visual Studio 2019 command prompt:

mkdir build && cd build
cmake -DPYTHON_EXECUTABLE=%PYTHON_PATH%\python.exe ..  ; e.g. c:\Python37-64\python.exe
cmake --build . --config Release
cmake --install . --component pyd --prefix .

This will give you vtil.pyd in the build directory.