iximeow / yaxpeax-x86

x86 decoders for the yaxpeax project
BSD Zero Clause License
129 stars 23 forks source link

Misrender of backwards jumps #7

Closed chc4 closed 3 years ago

chc4 commented 3 years ago

ja $+0x1e good jna $+-0x1e bad

iximeow commented 3 years ago

what are the bytes behind good/bad? i assume good -> 771e and bad -> 76e1? and "good" on the second case would be jna $-0x1e?

iximeow commented 3 years ago

much happier with this now: https://github.com/iximeow/yaxpeax-x86/commit/dff9a7e4a14984705db8fb18550af5a4fa9ce3d5