Cheatsheet
GDB
starti
: start the program and stop at the first instructiondisass
: dumps assembler codestepi
,si
: step one instructioninfo reg
: show register values
starti
: start the program and stop at the first instructiondisass
: dumps assembler codestepi
, si
: step one instructioninfo reg
: show register values