Questions about this topic? Sign up to ask in the talk tab.

User:Hatter/gdb

From NetSec
< User:Hatter
Revision as of 08:49, 11 April 2012 by LashawnSeccombe (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Hatter/gdb requires a basic understanding of assembly and bash


c3el4.png gdb is a Linux command-line utility for debugging applications at runtime. Debugging is done at the assembly and machine code level.

Capabilities

  • Loading a program
  • Attaching to a program

Basic Usage

  • breakpoints
  • registers
  • the stack
  • disassembly