We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On x86-32, this decodes to:
0: d4 00 aam 0x0
On x86-64 this should be an invalid instruction byte sequence, however pyvex will decode it properly.
In [8]: import pyvex, archinfo; pyvex.lift(b'\xd4\x00', 0, archinfo.ArchAMD64()) Out[8]: IRSB <0x2 bytes, 1 ins., <Arch AMD64 (LE)>> at 0x0
pyvex @ git+https://github.com/angr/pyvex@d8f69b03fd4408c4b84214ed1998f4f3fd070da9
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
On x86-32, this decodes to:
On x86-64 this should be an invalid instruction byte sequence, however pyvex will decode it properly.
Steps to reproduce the bug
Environment
pyvex @ git+https://github.com/angr/pyvex@d8f69b03fd4408c4b84214ed1998f4f3fd070da9
Additional context
No response
The text was updated successfully, but these errors were encountered: