mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-03 19:59:09 +00:00
Add a calling to .ar* for the aec / aecu / aecue commands
This commit is contained in:
parent
1724ed60dc
commit
9fa161fea5
@ -4127,6 +4127,7 @@ static void cmd_anal_esil(RCore *core, const char *input) {
|
||||
until_addr = r_num_math (core->num, input + 2);
|
||||
else until_expr = "0";
|
||||
r_core_esil_step (core, until_addr, until_expr, NULL);
|
||||
r_core_cmd0 (core, ".ar*");
|
||||
}
|
||||
break;
|
||||
case 'i': // "aei"
|
||||
|
Loading…
x
Reference in New Issue
Block a user