From: Song, J. K. <jin...@in...> - 2013-12-01 01:02:59
|
Hello, I found bndldx and hint_nop17 sharing the same opcode (OF 1A). And, of course, ndisasm picks either one depending on the iflags now. BNDLDX bndreg,mem128 [rm: 0f 1a /r] MPX,MIB,FUTURE HINT_NOP17 rm32 [m: o32 0f 1a /1] P6,UNDOC So is '[OF 1A /1] with a rm operand' still a nop? Shall I remove this NOP instruction or raise the priority of UNDOC iflag to let ndisasm know this is not preferred? Thanks, Jin |