mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-03 20:22:38 +00:00
/R: halt is not a trap
This commit is contained in:
parent
cc41919c04
commit
48bf70710c
@ -390,7 +390,7 @@ default:
|
||||
op->fail = addr + oplen;
|
||||
break;
|
||||
case UD_Ihlt:
|
||||
op->type = R_ANAL_OP_TYPE_TRAP;
|
||||
//op->type = R_ANAL_OP_TYPE_HALT;
|
||||
break;
|
||||
case UD_Iret:
|
||||
case UD_Iretf:
|
||||
|
@ -237,7 +237,7 @@ static ut64 findprevopsz(RCore *core, ut64 addr) {
|
||||
return UT64_MAX;
|
||||
}
|
||||
|
||||
static int r_core_search_rop (RCore *core, ut64 from, ut64 to, int opt) {
|
||||
static int r_core_search_rop(RCore *core, ut64 from, ut64 to, int opt) {
|
||||
ut8 *buf;
|
||||
ut64 prev;
|
||||
RAsmOp asmop;
|
||||
|
Loading…
x
Reference in New Issue
Block a user