Skip to content

nj00001/VTIL-Python

 
 

Repository files navigation

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.

About

Python bindings for the VTIL API. (WIP)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.6%
  • Python 7.3%
  • CMake 1.1%