mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-01 18:57:20 +00:00
Add optype for in/out/iretd for x86.udis
This commit is contained in:
parent
6cf60a68c9
commit
a77daafd27
@ -492,7 +492,12 @@ default:
|
||||
case UD_Ihlt:
|
||||
op->type = R_ANAL_OP_TYPE_TRAP; //HALT;
|
||||
break;
|
||||
case UD_Iin:
|
||||
case UD_Iout:
|
||||
op->type = R_ANAL_OP_TYPE_IO;
|
||||
break;
|
||||
case UD_Iret:
|
||||
case UD_Iiretd:
|
||||
case UD_Iretf:
|
||||
case UD_Isysret:
|
||||
op->type = R_ANAL_OP_TYPE_RET;
|
||||
|
Loading…
x
Reference in New Issue
Block a user