2 مستودعات
Scripts and plugins that extend the functionality of a debugger's internal environment.
Distinct from Python Scripting Environments: Focuses on extending a debugger process specifically, rather than a general OS scripting environment.
Explore 2 awesome GitHub repositories matching development tools & productivity · Debugger Extensions. Refine with filters or upvote what's useful.
gdb-dashboard is a visual frontend and Python-based extension for GDB. It provides a modular dashboard that enables real-time visualization of program state during debugging sessions. The project replaces manual command-line interaction with a structured visual interface. It utilizes syntax highlighting for program state data to improve readability and analysis during the debugging process. The system focuses on C and C++ debugging, automating the monitoring of program memory and execution state through a text-based user interface. It achieves this by integrating with GDB APIs to retrieve sy
Operates as a Python script embedded within the GDB process to access internal APIs.
pwndbg is a GDB plugin and binary analysis framework designed for reverse engineering, exploit development, and low-level program analysis. It extends the core functionality of the debugger to provide advanced memory inspection and automation tools. The project distinguishes itself with specialized capabilities for heap analysis across glibc, jemalloc, and musl, as well as a comprehensive kernel debugging toolkit for inspecting Linux kernel tasks and slab allocators. It includes an integrated ROP gadget searcher for constructing exploit chains and an LLM-powered debugging assistant that provi
Implements a Python-based command and scripting layer to extend the core functionality of GDB.