GDB Cheat Sheet
Contents
Configuration
- Save history
|
|
history command
|
|
address
|
|
print hex
|
|
show all functions
|
|
show address info
|
|
Kernel Debugging
|
|
V8
compile
args
|
|
command
|
|
debug
gdbinit
v8/tools/gdbinit
functions
job
|
|
jh
|
|
jlh
|
|
jco
|
|
jtt
|
|
jst
|
|
jss
|
|
bta
|
|
heap_find
|
|
cpcp
|
|
cpm
|
|
js debug commands
DebugPrint
DebugTrace
SystemBreak
- full commands
Radare2
analysis
Command | Description |
aa | analyze all |
afl | list functions |
s sym.main | seek to function |
inspecting
Command | Description |
pdb | basic block |
function disassembly | |
afa | function arguments |
afv | function variables |
af | analyze function |
graph output
Command | Description |
agfv | Interactive Ascii Art |
agfd | Graphviz dot |