Add a calling to .ar* for the aec / aecu / aecue commands

This commit is contained in:
emvivre 2017-12-19 20:52:24 +01:00 committed by radare
parent 1724ed60dc
commit 9fa161fea5

View File

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