Please @thestr4ng3r add more details on this, preferibly you can describe it in C, as a PR
Contributor guide
Tech stack
c
Domain
clitooling
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
half day
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
needs investigation
Prerequisites
Familiarity with CUnderstanding of radare2's 'aoj' command output
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
20
Research direction
First, examine the 'aoj' command implementation in radare2 to understand its current output format (likely in libr/core/cmd anal.c or similar). Then, determine how stack frame size can be extracted from the analysis (e.g., from RAnalFunction or RAnalBlock structures). Finally, add the field to the JSON output in the appropriate function. Consult existing similar fields for guidance. The issue author suggested @thestr4ng3r could describe it in C, so reaching out for details may help clarify the expected format.