Skip to content

Commit

Permalink
Add realname to anj (#15917)
Browse files Browse the repository at this point in the history
  • Loading branch information
ITAYC0HEN committed Feb 3, 2020
1 parent b6080f8 commit 3d68a3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libr/core/cmd_anal.c
Expand Up @@ -1069,6 +1069,9 @@ static int cmd_an(RCore *core, bool use_json, const char *name)
} else {
pj_ks (pj, "name", f->name);
}
if (f->realname) {
pj_ks (pj, "realname", f->realname);
}
pj_ks (pj, "type", "flag");
pj_kn (pj, "offset", tgt_addr);
pj_end (pj);
Expand Down

0 comments on commit 3d68a3a

Please sign in to comment.