GDB



GDB is a GNU Project debugger. The unique feature of this debugger enables the user to see what is happening inside one program while it is being executed or check a program at the moment of crash.
·  The GNU Debugger, usually called just GDB and named gdb as an executable .... Some other debugging tools have been designed to work with GDB, such as ...
License: GNU GPL
Operating system: Unix-like, Windows

·  How to Debug Using GDB

cs.baylor.edu/~donahoo/tools/gdb/tutorial.html
·  We are going to be using two programs to illustrate how GDB can be used to debug ... The -g option is important because it enables meaningful GDB debugging.

·  GNU Debugger - GDB Tutorial - TutorialsPoint

www.tutorialspoint.com/gnu_debugger/
·  A tutorial to learn how to use GNU Denugger - GDB to debug any crashed or misbehaving C/C++ ... A debugging tool to debug errors in C and C++ programs.

·  GDB: The GNU Project Debugger

www.gnu.org/s/gdb/
·  The standard debugger for the GNU software system. Runs on many Unix-like systems, supports Ada, C, C++, FreeBASIC, Free Pascal and Fortran.

·  GDB, The GNU Debugger, By Example - Cprogramming.com

www.cprogramming.com/gdb.html
·  A good debugger is one of the most important tools in a programmer's toolkit. On a UNIX or Linux system, GDB (the GNU debugger) is a powerful and popular ...

·  How to Debug C Program using gdb in 6 Simple Steps

www.thegeekstuff.com/2010/03/debug-c-program-using-gdb/
·  Mar 15, 2010 - In this article, let us discuss how to debug a c program using gdb debugger ... Top 25 Best Linux Performance Monitoring and Debugging Tools ...

·  gdb Tutorial

www.cs.cmu.edu/~gilpin/tutorial/
·  Apr 7, 2004 - This tutorial is written to help a programmer who is new to the Unix environment to get started with using the gdb debugger. This tutorial ...

·  Linux software debugging with GDB - IBM

www.ibm.com/developerworks/library/l-gdb/
·  Feb 1, 2001 - It makes an extremely powerful tool for fixing problems in program code. In this article I'll try to show how cool and useful gdb is.

·  Guide to Faster, Less Frustrating Debugging - Ucdavis

heather.cs.ucdavis.edu/~matloff/UnixAndC/CLanguage/Debug.html
·  So, although we use gdb as our example here, the principles apply to any debugging tool. (I am not saying that gdb is the best debugger around, but since it is ...

·  Debugging with GDB | BetterExplained

betterexplained.com/articles/debugging-with-gdb/
Oct 31, 2006 - Opens GDB with file a.out, but does not run the program. You'll see a .... Spend the time to learn GDB (or another debugging tool)! I know, it's ..

 

Immunity Debugger

It's a powerful debugger for analyzing malware. It's unique features include an advanced user interface with heap analysis tool and function graphing.

Other Hacking Tools: Besides the aforementioned tools, there are myriad of hacking tools used by hackers. They don’t belong to a particular category, but are very popular among hackers nonetheless:

 

Netcat

It is a featured network utility tool. It has the capability to read and write data across all network connections that uses TCP/IP protocol. It is a reliable back-end tool that can be easily and directly driven by other scripts and programs.

 

Traceroute

It is a tracert or IP tracking tool that displays the path of internet packets through which it traversed to reach the specific destination. It identifies the IP address of each hop along the way it reaches the destination.

No comments:

Post a Comment