[bugs] [illumos gate - Feature #1096] i386 disassembler should understand complex nops
illumos bugs
bugs at lists.illumos.org
Fri Jul 1 14:19:03 PDT 2011
Issue #1096 has been updated by Rich Lowe.
Assignee set to Rich Lowe
% Done changed from 0 to 60
Actually, these are just regular multibyte nops, not the "hinting nops" to which intel refer (which are, as stated, the reserved opcodes in a given range).
I have tentative changes for this on my GCC branch.
----------------------------------------
Feature #1096: i386 disassembler should understand complex nops
https://www.illumos.org/issues/1096
Author: Rich Lowe
Status: New
Priority: Normal
Assignee: Rich Lowe
Category: lib - userland libraries
Target version:
Difficulty: Medium
Tags:
I have some code which contains some of the weirder amd64 nop instructions (specifically, nopl, a nop with an argument). libdisasm appears to have no knowledge of this, mdb spits out:
***ERROR--unknown op code***
dis trips on it completely, and fails to disassemble from that point onward.
--
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://www.illumos.org/my/account
More information about the bugs
mailing list