mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-03 20:22:38 +00:00
Add stackframe to afij output (#11284)
This commit is contained in:
parent
5f40210e0e
commit
23b2f88d89
@ -2219,6 +2219,7 @@ static int fcn_print_json(RCore *core, RAnalFunction *fcn) {
|
||||
r_cons_printf ("{\"offset\":%"PFMT64d",\"name\":\"%s\",\"size\":%d",
|
||||
fcn->addr, name, r_anal_fcn_size (fcn));
|
||||
r_cons_printf (",\"realsz\":%d", r_anal_fcn_realsize (fcn));
|
||||
r_cons_printf (",\"stackframe\":%d", fcn->maxstack);
|
||||
r_cons_printf (",\"cc\":%d", r_anal_fcn_cc (fcn));
|
||||
r_cons_printf (",\"cost\":%d", r_anal_fcn_cost (core->anal, fcn));
|
||||
r_cons_printf (",\"nbbs\":%d", r_list_length (fcn->bbs));
|
||||
|
Loading…
x
Reference in New Issue
Block a user