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