Skip to main content
Glama
Heretek-RE

re-gdb

by Heretek-RE

re-gdb

MCP server wrapping GDB + GEF for dynamic analysis. Spawns a persistent GDB subprocess per session and drives it via the GDB/MI protocol.

Tools

Tool

What it does

check_gdb

Confirm gdb + GEF

start_session

Open a session, optionally load a binary

end_session

Tear down a session

run_to_breakpoint

Set a BP and run

step_count

Single-step N times, return registers

read_memory

x/N fmt ADDR

gef_heap

GEF heap chunks

gef_canary

GEF canary

gef_registers

GEF registers

gef_vmmap

GEF vmmap

gef_nearpc

GEF nearpc

gef_pattern_create / gef_pattern_offset

Cyclic-pattern helpers

attach_pid

Attach to a running process

Related MCP server: GDB-MCP

Install

# System dependency
apt install gdb        # Debian/Ubuntu
brew install gdb        # macOS
scoop install gdb       # Windows

# GEF (auto-installed by install.sh to ~/.gdb/gef.py)
curl -fsSL https://github.com/hugsy/gef/raw/main/gef.py -o ~/.gdb/gef.py

# Python
pip install -e ./servers/re-gdb

Safety

Never run unsigned binaries on a host you care about. Use a sandbox, a VM, or a Docker container. Dynamic analysis on untrusted samples is dangerous.

Install Server
A
license - permissive license
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Heretek-RE/re-gdb'

If you have feedback or need assistance with the MCP directory API, please join our Discord server