All Projects → sharkdp → stack-inspector

sharkdp / stack-inspector

Licence: other
A gdb command to inspect the size of objects on the stack

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to stack-inspector

m3forth
m3forth is a forth cross-compiler for cortex-m3 ARM microcontrollers
Stars: ✭ 16 (-71.93%)
Mutual labels:  debugging, gdb
gdbstub
An ergonomic and easy-to-integrate implementation of the GDB Remote Serial Protocol in Rust, with full no_std support.
Stars: ✭ 158 (+177.19%)
Mutual labels:  debugging, gdb
pretty trace
Love Your Ruby's Backtrace
Stars: ✭ 13 (-77.19%)
Mutual labels:  debugging, backtrace
gdb-dashboard
Modular visual interface for GDB in Python
Stars: ✭ 8,699 (+15161.4%)
Mutual labels:  gdb, gdb-commands
Gdb Frontend
☕ GDBFrontend is an easy, flexible and extensionable gui debugger.
Stars: ✭ 2,104 (+3591.23%)
Mutual labels:  debugging, gdb
slabdbg
GDB plug-in that helps exploiting the Linux kernel's SLUB allocator
Stars: ✭ 55 (-3.51%)
Mutual labels:  debugging, gdb
madbomber
Backtrace-on-throw C++ exception logger
Stars: ✭ 17 (-70.18%)
Mutual labels:  debugging, gdb
gdb 2 root
This python script adds some usefull command to stripped vmlinux image
Stars: ✭ 20 (-64.91%)
Mutual labels:  gdb, gdb-commands
Hyperpwn
A hyper plugin to provide a flexible GDB GUI with the help of GEF, pwndbg or peda
Stars: ✭ 387 (+578.95%)
Mutual labels:  debugging, gdb
Gef
GEF (GDB Enhanced Features) - a modern experience for GDB with advanced debugging features for exploit developers & reverse engineers ☢
Stars: ✭ 4,197 (+7263.16%)
Mutual labels:  debugging, gdb
gdb-automatic-deadlock-detector
Script adds new command to GDB which allows automatically detect C/C++ thread locking and deadlocks in GDB debugger
Stars: ✭ 60 (+5.26%)
Mutual labels:  gdb, gdb-commands
gdbdump-ruby
Dump C level and Ruby level backtrace from living ruby process or core file using gdb
Stars: ✭ 15 (-73.68%)
Mutual labels:  gdb, backtrace
OpenImageDebugger
An advanced in-memory image visualization plugin for GDB and LLDB on Linux, MacOS and Windows (experimental). Previously known as gdb-imagewatch.
Stars: ✭ 115 (+101.75%)
Mutual labels:  debugging, gdb
Pwndbg
Exploit Development and Reverse Engineering with GDB Made Easy
Stars: ✭ 4,178 (+7229.82%)
Mutual labels:  debugging, gdb
Pyrasite
Inject code into running Python processes
Stars: ✭ 2,586 (+4436.84%)
Mutual labels:  debugging, gdb
gdbundle
Minimalist plugin manager for GDB and LLDB
Stars: ✭ 72 (+26.32%)
Mutual labels:  debugging, gdb
DbgPkg
Scripts to prepare Windows system for debugging.
Stars: ✭ 30 (-47.37%)
Mutual labels:  debugging
expo-community-flipper
Flipper Support for Expo Apps in React Native
Stars: ✭ 82 (+43.86%)
Mutual labels:  debugging
ghc-stack
Hacking GHC's Stack for Fun and Profit (featuring The Glorious Haskell Debugger v0.0.1 Pre-alpha)
Stars: ✭ 69 (+21.05%)
Mutual labels:  debugging
coc-java-debug
An extension for coc.nvim to enable Java debugging via jdt.ls
Stars: ✭ 92 (+61.4%)
Mutual labels:  debugging

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].