GDB

GNU Debugger

Basic Commands
Quiet mode
gdb -q <binary>
Set a break point
b <functionName>
Run execution
r
Continue execution
c
Dissamble
disass <functionName>
Set Return Instruction Pointer
set $rip = <memoryAddress>
PEDA - Python Exploit Development Assistance

Last updated