ohio813 / distorm

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

PEXTRQ mnemonic isn't decoded #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Disassemble:
0x66 0x48 0x0f 0x3a 0x16 0x00 0x00

What is the expected output? What do you see instead?
Expect: PEXTRQ [RAX], XMM0, 0x0
Get: UNDEFINED [RAX], XMM0, 0x0

What version of the product are you using? On what operating system?

diStorm 3.1 on MacOS X 10.6.8

Original issue reported on code.google.com by spa...@rotateright.com on 9 Feb 2012 at 4:44

GoogleCodeExporter commented 9 years ago
The problem (and solution) may be related to issue 32.

Original comment by spa...@rotateright.com on 9 Feb 2012 at 4:45

GoogleCodeExporter commented 9 years ago
I forgot to mention that this is with 64-bit decode mode.

Original comment by spa...@rotateright.com on 9 Feb 2012 at 6:16

GoogleCodeExporter commented 9 years ago

Original comment by distorm@gmail.com on 4 Mar 2012 at 5:19

GoogleCodeExporter commented 9 years ago
thx!

$ ./a.out 66 48 0f 3a 16 00 00
   1: (   0) 66480f3a160000           PEXTRQ [RAX], XMM0, 0x0

Original comment by spa...@rotateright.com on 6 Mar 2012 at 5:26