Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 514 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 514 Bytes

GDBTutor

A gdb tutorial program you should run using gdb. screenshot

Building and Running

  • Clone this repository
  • Run 'make'
  • Run 'gdb GDBTutor'
  • In the gdb prompt write 'run'
  • Now you can start the tutorial.

The program

This program will ask the user to do some stuff using the gdb like:

  • Reading the value in a specified address.
  • Setting breakpoint
  • Changing the value of registers
  • etc..