binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

Displays the size of the stack space requested by the function stack

Open romanholidaypancakes opened this issue 1 year ago • 0 comments

What is the feature you'd like to have? I encountered a problem that caused random crashes, and I finally confirmed through IDA that the stack size requested by a certain function was too large, causing stack overflow in some cases. I hope there will be a stack size field in the function list so that I can easily find the largest functions in the sort order to optimize them; if possible, the size of each object in the pseudo-C code window should also be displayed (displayed when the mouse hovers and displayed by default as a comment after the variable declaration).

Is your feature request related to a problem? N/A Are any alternative solutions acceptable? N/A Additional Information: N/A

romanholidaypancakes avatar Jun 24 '24 15:06 romanholidaypancakes