Skip to content

gdblib ¤

Modules:

  • bpoint
  • config

    Dynamic configuration system for pwndbg, using GDB's built-in Parameter

  • events

    Enables callbacks into functions to be automatically invoked

  • functions

    Put all functions defined for gdb in here.

  • got

    Global Offset Table Tracker

  • hooks
  • info

    Runs a few useful commands which are available under "info".

  • prompt
  • ptmalloc2_tracking

    Heap Tracking

  • scheduler
  • shellcode

    Shellcode

  • symbol

    Looking up addresses for function names / symbols, and

  • tui
  • vmmap

    Routines to enumerate mapped memory, and attempt to associate

Functions:

  • load_gdblib

    Import all gdblib modules that need to run code on import

Attributes:

regs module-attribute ¤

regs = None

__all__ module-attribute ¤

__all__ = ()

gdb_version module-attribute ¤

gdb_version = tuple(map(int, groups()))

msg module-attribute ¤

msg = 'Unsupported GDB version, pwndbg only support GDB12+'

load_gdblib ¤

load_gdblib() -> None

Import all gdblib modules that need to run code on import