1 Forks
3 Stars
3 Watchers

gdb_tutorial

Some notes on how to use gdb to do some binary analysis and debugging

How to download and setup gdb_tutorial

Open terminal and run command
git clone https://github.com/gnebbia/gdb_tutorial.git
git clone is used to create a copy or clone of gdb_tutorial repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with gdb_tutorial https://github.com/gnebbia/gdb_tutorial/archive/master.zip

Or simply clone gdb_tutorial with SSH
[email protected]:gnebbia/gdb_tutorial.git

If you have some problems with gdb_tutorial

You may open issue on gdb_tutorial support forum (system) here: https://github.com/gnebbia/gdb_tutorial/issues