howardjack / distorm

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

XSAVEOPT not decoded #38

Closed GoogleCodeExporter closed 9 years ago

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

Disassemble these bytes in 64-bit mode:
0f ae 30

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

Expect: XSAVEOPT [RAX]
Get:  
DB 0xf
SCASB
DB 0x30

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

diStorm 3.1, MacOS X 10.6.8

Please provide any additional information below.

I don't see a decode for XSAVEOPT in x86sets.py, so it should probably just be 
added there.

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

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
verified fixed - see issue 37

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