mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-11 23:16:05 +00:00
Fix aaa - let aac pass to run from $S (#6873)
This commit is contained in:
parent
55f16419ae
commit
db1b034dd2
@ -5163,8 +5163,8 @@ static int cmd_anal_all(RCore *core, const char *input) {
|
||||
goto jacuzzi;
|
||||
}
|
||||
rowlog (core, "Analyze function calls (aac)");
|
||||
r_core_seek (core, curseek, 1);
|
||||
(void) cmd_anal_calls (core, ""); // "aac"
|
||||
r_core_seek (core, curseek, 1);
|
||||
// rowlog (core, "Analyze data refs as code (LEA)");
|
||||
// (void) cmd_anal_aad (core, NULL); // "aad"
|
||||
rowlog_done (core);
|
||||
|
Loading…
Reference in New Issue
Block a user