Add new opcodes to anal_x86_udis86
This commit is contained in:
parent
c11bf6c1cb
commit
d0d9a963a7
1 changed files with 3 additions and 0 deletions
|
|
@ -71,6 +71,9 @@ int x86_udis86_op(RAnal *anal, RAnalOp *op, ut64 addr, const ut8 *data, int len)
|
|||
case UD_Isyscall:
|
||||
op->type = R_ANAL_OP_TYPE_SWI;
|
||||
break;
|
||||
case UD_Inop:
|
||||
op->type = R_ANAL_OP_TYPE_NOP;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue