cmpham / distorm

Automatically exported from code.google.com/p/distorm
GNU General Public License v3.0
0 stars 0 forks source link

Unable to disassemble valid MPEQSD instruction #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Using distorm3 python library:
>>> import distorm3
>>> i = distorm3.Decompose(0x00000000019bc461, "f20fc2f701".decode('hex'), 
distorm3.Decode64Bits)[0]
>>> i.opcode
5: 4548
>>> i.mnemonic
6: 'UNDEFINED'
>>> i.valid
7: True

What is the expected output? What do you see instead?
MPEQSD
INVALID

What version of the product are you using? On what operating system?
distorm3.1.0, distorm-package 3.1
Windows 7 x64

Please provide any additional information below.
0x11c4: "MPEQSD",
is missing in distorm3.Mnemonics

Original issue reported on code.google.com by cesare.d...@gmail.com on 24 Jan 2012 at 8:42

GoogleCodeExporter commented 9 years ago

Original comment by distorm@gmail.com on 26 Feb 2012 at 11:38