Assume ARM UDF instructions are traps!

This commit is contained in:
pancake 2015-08-28 19:45:48 +02:00
parent 788a3b02c7
commit b4909f3b4c

View File

@ -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;