Familiarity with CUnderstanding of radare2's 'aoj' command output
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
20
調査方針
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.