blob: e94b7b67eda178a8130b0263fc55d39a57808c41 (
plain)
1
2
3
4
5
|
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.
|