added the usage of anal.autoname option

This commit is contained in:
rene 2016-04-27 12:45:34 +02:00
parent ad3ec00fe5
commit 33bc23cbb5

View File

@ -4008,7 +4008,9 @@ static int cmd_anal_all(RCore *core, const char *input) {
}
r_config_set_i (core->config, "anal.calls", c);
rowlog (core, "Constructing a function name for fcn.* and sym.func.* functions (aan)");
r_core_anal_autoname_all_fcns (core);
if (r_config_get_i (core->config, "anal.autoname")) {
r_core_anal_autoname_all_fcns (core);
}
rowlog_done (core);
if (core->cons->breaked)
goto jacuzzi;