Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

GDB - The GNU Project Debugger


GDB, the GNU Project debugger, allows you to see what is going on 'inside' another Program while it executes -- or what another program was doing at the moment it crashed.

GDB can do four main kinds of things (plus other things in support of these) to help you catch bugs in the act:
  • Start your program, specifying anything that might affect its behavior.
  • Make your program stop on specified conditions.
  • Examine what has happened, when your program has stopped.
  • Change things in your program, so you can experiment with correcting the effects of one bug and go on to learn about another.

The program being debugged can be written in Ada, C, C++, Objective-C, Pascal (and many other languages). Those programs might be executing on the same machine as GDB (native) or on another machine (remote). 

GDB can run on most popular UNIX and Microsoft Windows variants.


Download GDB

You might also like:
  • CrypticSMS - An Android Tool To Encrypt/Decrypt SMS
  • Cryptonite - A Local & Cloud Data Encryption Tool
  • Photo Exif Editor - An Android Forensic Tool
  • How To Change The Icon Of An Executable File
  • 3 Best Free Android Apps For People Search (a.k.a Social Search)
  • Top 17 Antiviruses For Android
  • 23 Best Malware Sample Sources For Researchers and Reviewers
  • WiFinspect - An Android Tool For WiFi Network Monitoring and Auditing
  • 150+ Proxy Sites To Unblock Blocked Websites
  • 10 Best Free GPS Spoofer Apps For Android
  • Beginner's Guide To The Deep Web and The Dark Web
  • 36 Documentaries About Hacking & Internet
  • How To Change (spoof) MAC Address on Android (3 Methods)
  • WIBR (WiFi BruteForce) - Android App For Hackers
  • 31 Best Sites To Receive SMS Online Without a Phone
  • 11 Best Registry Hacks For Windows 7
  • Router Brute Force - Android app For Hackers
  • Hash Droid - A Tool To Calculate and Compare Hashes


This post first appeared on Effect Hacking - Hacking Tools, How To Guides An, please read the originial post: here

Share the post

GDB - The GNU Project Debugger

×

Subscribe to Effect Hacking - Hacking Tools, How To Guides An

Get updates delivered right to your inbox!

Thank you for your subscription

×