mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-28 15:41:38 +00:00
added the usage of anal.autoname option
This commit is contained in:
parent
ad3ec00fe5
commit
33bc23cbb5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user