Skip to content

Commit

Permalink
twiop
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jun 5, 2024
1 parent af6cf4f commit 7d9e60f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libr/core/cmd_anal.inc.c
Original file line number Diff line number Diff line change
Expand Up @@ -13691,7 +13691,8 @@ static int cmd_anal_all(RCore *core, const char *input) {
if (r_cons_is_breaked ()) {
goto jacuzzi;
}
#if 0
#if 1
// TODO: should not be run sometimes
// Run afvn in all fcns
if (r_config_get_b (core->config, "anal.vars")) {
logline (core, 25, "Analyze all functions arguments/locals (afva@@@F)");
Expand Down

0 comments on commit 7d9e60f

Please sign in to comment.