Add command typed in aaaa/afta

This commit is contained in:
Maijin 2016-12-25 18:54:35 +01:00 committed by GitHub
parent bc766baf73
commit 7d40612f36

View File

@ -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);
}