Debuggers
GDB
Load file into gdb
gdb <FILE NAME>file <FILE NAME>Quit
Info
List functions
i functionsList breakpoints
i bList registers
Info about stack frame
Breakpoints
Break by address
Break by line number
Break by offset
Execution flow
Running
Stepping
Examine Memory
Disassemble
Set
WinDbg
Set breakpoint
Execution flow
Examine memory
Last updated