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

User:Hatter/gdb

From NetSec
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