mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-28 16:53:36 +00:00
remove aei and aeim from aepc command (#8357)
aepc should just change the eip
This commit is contained in:
parent
f11fea1e2b
commit
041e6241b7
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user