Skip to content

shachy12/GDBTutor

Repository files navigation

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..

About

A gdb tutorial program

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published