angr / vex

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

Allow analyzing s390x on little-endian hosts #18

Closed mephi42 closed 6 years ago

mephi42 commented 6 years ago

Split into multiple patches to ease the pain of rebasing. The worst one is patch #3, but fortunately 99% of it can be redone using the perl one-liner from its commit message.

mephi42 commented 6 years ago

Whoops, commit #1 breaks analyzing s390x on s390x. I'll reopen once this is fixed.