mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-03 11:50:02 +00:00
Add command typed in aaaa/afta
This commit is contained in:
parent
bc766baf73
commit
7d40612f36
@ -5016,7 +5016,7 @@ static int cmd_anal_all(RCore *core, const char *input) {
|
||||
r_core_anal_autoname_all_fcns (core);
|
||||
}
|
||||
if (input[1] == 'a') { // "aaaa"
|
||||
rowlog (core, "Type matching analysis for all functions");
|
||||
rowlog (core, "Type matching analysis for all functions (afta)");
|
||||
r_core_cmd0 (core, "afta");
|
||||
rowlog_done (core);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user