gdb skills

41 tagged gdb, measured the same way as everything else here.

Browse within: debug 28aicoding 26embedded 26embeded-systems 26iar 26binary-exploitation 7ctf 7exploit-development 7

art-of-debugging

01

stas00/the-art-of-debugging

Skill Claude CodeCodex

Systematic methodology and concrete tool recipes for debugging Unix, Python, and PyTorch programs - crashes, hangs, segfaults, wrong output, CUDA OOM, NaN/Inf, slowness, and multi-node/multi-GPU issues. Use when a program crashes, hangs, deadlocks, segfaults, runs out of memory (OOM), produces NaN/Inf or wrong…

1.7k 4d ago B 193 tokens CC-BY-SA-4.0

embed-ai-tool

02

LeoKemp223/embed-ai-tool

Skill Claude CodeCodex

A central entry point for a set of embedded-development skills. It guides users through installing all or selected skills and offers candidates when a vague request such as “build,” “flash,” or “debug” does not identify one skill.

880 +2 12d ago A 94 tokens

build-keil

03

LeoKemp223/embed-ai-tool

Skill Claude CodeCodex

A build helper for embedded projects made with Keil MDK, a development environment for microcontroller software. It reads the project files, runs the Keil command-line build, and finds the firmware output.

880 +2 12d ago A 45 tokens

logic-analyzer

04

LeoKemp223/embed-ai-tool

Skill Claude CodeCodex

A Saleae Logic 2 tool for recording digital signals and decoding common device protocols. A logic analyzer observes electrical signal changes; I2C, SPI, UART, and CAN are communication formats used by electronic devices.

880 +2 12d ago A 58 tokens

gdb

05

betab0t/skills

Skill Claude CodeCodex

Debug and trace C/C++/Rust programs with the GNU Debugger (GDB) without blocking the agent. Use when you need to set tracepoints, inspect variables, or monitor a running process while staying responsive to the user.

45 3mo ago B 50 tokens original MIT

mcubuddy

06

cunjun/McuBuddy

Skill Claude CodeCodex

Use when debugging MCU firmware or boards with McuBuddy, including probe, boot, HardFault, peripheral, register, memory, ELF/SVD, RTOS, RTT/UART, Keil, GDB, pyOCD, J-Link, ST-Link, or CMSIS-DAP work.

4 15d ago A 64 tokens original MIT

rr-debug-logic

07

karellen/karellen-rr-mcp

Skill Claude CodeCodex

Debug a logic bug (wrong output, wrong value, incorrect behavior) using rr. Sets breakpoints at the point where the bug is observable, then reverse-executes to find where the computation went wrong.

3 4mo ago A 42 tokens original Apache-2.0

rr-debug-race

08

karellen/karellen-rr-mcp

Skill Claude CodeCodex

Debug a data race or concurrency bug using rr. Records the program, then uses deterministic replay with thread inspection and watchpoints to find the exact interleaving that caused the race.

3 4mo ago A 36 tokens original Apache-2.0

rr-debug-test

09

karellen/karellen-rr-mcp

Skill Claude CodeCodex

Debug a failing test using rr. Records the test suite, identifies the failing subprocess, and reverse-debugs just that process to find the root cause.

3 4mo ago A 30 tokens original Apache-2.0

allsmog/pwn-claude-plugin

Skill Claude CodeCodex

This skill should be used when the user asks to "debug binary", "find offset", "calculate padding", "use gdb", "attach debugger", "crash analysis", "cyclic pattern", "test exploit", "bad characters", "find bad chars", or needs to perform runtime analysis of a binary. Provides methodology for dynamic debugging with…

2 6mo ago A 85 tokens original MIT

allsmog/pwn-claude-plugin

Skill Claude CodeCodex

This skill should be used when the user asks to "write exploit", "build payload", "create rop chain", "exploit binary", "pwn challenge", "get shell", "ret2libc", "bypass protection", or needs guidance on constructing exploitation payloads. Provides protection-aware exploitation techniques and payload construction.

2 6mo ago A 73 tokens original MIT

Heap Exploitation

12

allsmog/pwn-claude-plugin

Skill Claude CodeCodex

This skill should be used when the user asks to "exploit heap", "heap overflow", "tcache poison", "fastbin attack", "double free", "use after free", "UAF exploit", "house of force", "heap feng shui", "malloc exploit", "free hook", or needs guidance on heap-based memory corruption vulnerabilities. Provides…

2 6mo ago A 87 tokens original MIT