GDB Cheat Sheet
Contents
Configuration
- Save history
| |
Args
| |
history command
| |
address
| |
print hex
| |
show all functions
| |
show address info
| |
Kernel Debugging
| |
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 |