re-gdb
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| check_gdbA | Return gdb version + whether GEF is configured. |
| start_sessionC | Open (or reuse) a GDB session. Optionally load a binary. |
| end_sessionC | Tear down a GDB session. |
| run_to_breakpointC | Set a breakpoint at target and run to it. |
| step_countC | Single-step count times, return register state after. |
| read_memoryC | Read count memory units at addr. |
| gef_heapC | GEF: heap chunks (glibc malloc bins). |
| gef_canaryD | GEF: stack canary check. |
| gef_registersC | GEF: registers (extended view). |
| gef_vmmapC | GEF: vmmap (mapped regions with perms). |
| gef_nearpcB | GEF: nearpc (look ahead N instructions from PC). |
| gef_pattern_createA | Create a cyclic pattern of length bytes (for offset-finding). |
| gef_pattern_offsetB | Find the offset of value in a cyclic pattern. |
| attach_pidC | Attach to a running process by PID. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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