wuhailinjerry / edb-debugger

Automatically exported from code.google.com/p/edb-debugger
GNU General Public License v2.0
0 stars 0 forks source link

support the undocumented nop mod/rm instructions #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
edisassm needs to support the undocumented nop mod/rm instructions. An example 
of one is 0f 19 00 which encodes to nop [eax]. This CAN cause a page fault.

Original issue reported on code.google.com by evan.teran on 3 Oct 2012 at 3:21

GoogleCodeExporter commented 9 years ago
I've looked into this some, and it doesn't seem to be particularly urgent. So 
if there is a demand for it, then I'll update this, otherwise, it will probably 
be left out.

I am considering have a run-time option to enable/disable support for 
disassembly of these ops. We'll see.

Original comment by evan.teran on 3 Oct 2012 at 3:51

GoogleCodeExporter commented 9 years ago

Original comment by evan.teran on 4 Apr 2014 at 3:44

GoogleCodeExporter commented 9 years ago
edisassm 1.8.1 has support for (at least some of) these undocumented code 
sequences.

Original comment by evan.teran on 2 May 2014 at 6:47