mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-01 18:57:20 +00:00
Assume ARM UDF instructions are traps!
This commit is contained in:
parent
788a3b02c7
commit
b4909f3b4c
@ -627,6 +627,9 @@ static void anop32 (RAnalOp *op, cs_insn *insn) {
|
||||
case ARM_INS_VQMOVN:
|
||||
op->type = R_ANAL_OP_TYPE_MOV;
|
||||
break;
|
||||
case ARM_INS_UDF:
|
||||
op->type = R_ANAL_OP_TYPE_TRAP;
|
||||
break;
|
||||
case ARM_INS_SVC:
|
||||
op->type = R_ANAL_OP_TYPE_SWI;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user