Skip to main content
Glama
swesmith-repos

MCP Server for WinDbg Crash Analysis

heap-buffer-overflow.cpp150 B
// heap-buffer-overflow.cpp #include <cstring> int main() { char *buf = new char[8]; memset(buf, 'A', 16); delete[] buf; return 0; }

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/swesmith-repos/svnscha__mcp-windbg.20b852b5'

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