Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 494 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 494 Bytes

Carbonara-PyVEX

Python bindings for Valgrind's VEX IR.

Forked from UCSB PyVEX to be used in Guanciale.

Install

Carbonara-PyVEX can be pip-installed:

pip install carbonara-pyvex

However this package is intended to be only a precompiled version of PyVEX in order to make Guanciale more easy to install.

If you want to use PyVEX in your project please consider to use the original version.