Skip to content

GDB baby step 4

Give executing permission and start gdb; break at main and run

  1. Disassemble main()
  2. Set a breakpoint at func1 and continue
  3. Disassemble func1(); look at the imul instruction