Skip to content
New issue

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

MOVSX ? UNDEFINED #86

Open
GoogleCodeExporter opened this issue Apr 20, 2015 · 0 comments
Open

MOVSX ? UNDEFINED #86

GoogleCodeExporter opened this issue Apr 20, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

In what mode did you try to disassemble (16/32/64)?
64
What is the input buffer (binary stream) you used to reproduce the problem?
4b6314b8


What is the expected output (or what instruction)?
MOVSX

Which tool did you use to see the expected output?
$ python
Python 2.7.9 (default, Feb  9 2015, 19:46:45) 
[GCC 4.8.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import distorm3
>>> distorm3.Decompose(0x1123, '4b6314b8'.decode('hex'), 2)[0].mnemonic
'UNDEFINED'
>>> 

What do you see instead?
UNDEFINED

What version of diStorm are you using? On what platform (Python/EXE/other)?
last source

Please provide any additional information below.


Original issue reported on code.google.com by felipe.a...@gmail.com on 27 Feb 2015 at 11:28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant