angr / vex

A patched version of VEX to work with PyVEX.
GNU General Public License v2.0
104 stars 44 forks source link

`libvex_guest_offsets.h` not found when pip install -e .\pyvex #36

Closed yifanwww closed 4 years ago

yifanwww commented 4 years ago

In Opt: Support disabling cross-instruction optimizations, libvex_guest_offsets.h was included in ir_opt.c, but this file was not generated when make -f Makefile-gcc all or nmake /f Makefile-msvc all.