Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 312 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 312 Bytes

stack-inspector

A gdb command to inspect the size of objects on the stack.

how to

Use gdb to navigate to a certain stack frame (run until your stack overflows or set a breakpoint somewhere). Then, simply run:

source stack-inspector.py
stack-inspector