6 lines
229 B
Text
6 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.
|