Add a calling to .ar* in the aeim command

This commit is contained in:
emvivre 2017-12-18 22:13:58 +01:00 committed by radare
parent 17b17d91c2
commit 86b8013d84

View File

@ -3524,8 +3524,10 @@ static void cmd_esil_mem(RCore *core, const char *input) {
// BP
sp = r_reg_get_name (core->dbg->reg, R_REG_NAME_BP);
r_debug_reg_set (core->dbg, sp, addr + (size / 2));
// PC
pc = r_reg_get_name (core->dbg->reg, R_REG_NAME_PC);
r_debug_reg_set (core->dbg, pc, curoff);
r_core_cmd0 (core, ".ar*");
#if 0
if (!r_io_section_get_name (core->io, ESIL_STACK_NAME)) {
r_core_cmdf (core, "om %d 0x%"PFMT64x, cf->fd, addr);