DEBUGGING

root@sre:~$ gdb -q helloworld
 ...
gef>  b *0x401000
gef>  r
 Breakpoint 1, 0x0000000000401000 in ?? ()
 ...SNIP...
 ─────────────────────────────────────────────────────────────────────────────────────── code:x86:64 ────
 ●→   0x401000                  xor    rbx, rbx
      0x401003                  mov    bx, 0x2179
      0x401007                  push   rbx

Last updated