pkgsrc/devel/py-pyvex/DESCR

6 lines
229 B
Text
Raw Normal View History

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.