angr / vex

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

support RISC-V 64 in `libvex_basictype.h` #58

Closed moui0 closed 10 months ago

moui0 commented 10 months ago

It seems that the code related to RISC-V 64 has been merged (https://github.com/angr/vex/pull/54), but the corresponding macro definitions are missing in libvex_basictype.h.

rhelmot commented 10 months ago

Looks good. Are you planning on running angr on riscv hosts? that's pretty exciting!