angr / vex

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

fix early initialization of s390_host_hwcaps in LibVEX_FrontEnd #17

Closed mephi42 closed 6 years ago

mephi42 commented 6 years ago

This is upstream commit 95c019. Helps getting past s390_host_has_ldisp check in check_hwcaps().

rhelmot commented 6 years ago

Hmm.... I'll have to remember this. Every once in a while I manually rebase all our patches on the upstream vex, which used to be a pain in the ass because it was all in subversion, but now it's going to be even more of a pain in the ass even though they switched to git because valgrind and vex got merged. Thanks though!

mephi42 commented 6 years ago

Yeah, I tried to do this myself with the new master (to get the new s390x instructions) and quickly realized that that's not trivial at all :-)