pkgsrc/devel/py-pyvex/DESCR
khorben e753226fd6 Import py-pyvex version 7.8.2.21 from wip
VEX is an architecture-agnostic, side-effects-free representation of a number
of target machine languages. It abstracts machine code into a representation
designed to make program analysis easier.

PyVEX exposes VEX into Python.

It is maintained by the angr organization on GitHub.
2018-03-15 02:49:25 +00:00

5 lines
229 B
Text

VEX is an architecture-agnostic, side-effects-free representation of a number
of target machine languages. It abstracts machine code into a representation
designed to make program analysis easier.
PyVEX exposes VEX into Python.