Interactively debug programs and inspect memory with GDB and GEF.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "re-gdb" yet — see the docs or source repo.
Use re-gdb to start ./app, run until it crashes, show the call stack, register state, and the instruction causing the segmentation fault, then provide initial debugging suggestions.
Returns crash context including the backtrace, register values, faulting instruction, and likely root-cause analysis.
Use re-gdb to attach to the target process, inspect current heap allocations, list key memory regions and suspicious chunk contents, and explain whether there are signs of overflow or use-after-free.
Outputs heap and related memory inspection results, highlighting potential memory corruption risks.
Use re-gdb to set a breakpoint at the entry of process_input, then read local variables, arguments, and related memory contents when execution stops, and summarize the current execution state.
Provides variable values, memory snapshots, and an execution-context summary at the breakpoint for further debugging.
Enable AI to run live GDB debugging sessions on binaries and processes.
Let AI control GDB via MCP for breakpoints, stepping, and inspection.
Attach to live C++ processes and inspect memory for debugging.
Debug C++ programs with GDB and clangd for runtime and static issues.
Use natural language to drive IDA Pro and Ghidra for binary analysis.
Connect Ghidra with LLMs for automated binary analysis and decompilation.