From 041e6241b75b7e5d8e2390329b1f97a89ec73305 Mon Sep 17 00:00:00 2001 From: Rene Laemmert Date: Mon, 28 Aug 2017 12:53:03 +0200 Subject: [PATCH] remove aei and aeim from aepc command (#8357) aepc should just change the eip --- libr/core/cmd_anal.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libr/core/cmd_anal.c b/libr/core/cmd_anal.c index 5bc0385ea0..50e58a78a5 100644 --- a/libr/core/cmd_anal.c +++ b/libr/core/cmd_anal.c @@ -3685,8 +3685,6 @@ static void cmd_anal_esil(RCore *core, const char *input) { case 'c': if (input[2] == ' ') { // seek to this address - r_core_cmd0 (core, "aei"); // init vm - r_core_cmd0 (core, "aeim"); // init stack r_core_cmdf (core, "ar PC=%s", input + 3); r_core_cmd0 (core, ".ar*"); } else {