-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the official documentation wiki for WinDbgX-MCP β an open-source Model Context Protocol (MCP) server designed to equip AI coding assistants (Google Antigravity, VS Code Cline, Cursor, Claude Desktop, Codex, Windsurf) with native WinDbg automation, DebugExt (de.dll) reverse-engineering tools, and real-time visual GUI stepping.
All primary documentation guides are hosted directly in our repository under guides/:
- π Real-World Case Study & Tool Usage Example: Live benchmark demonstration of automated assembly reversing, keygen algorithm extraction, and visual stepping on
GigaApp.exe. - π AI Provider Setup & Environment Guide: Detailed configuration for Google Gemini, OpenAI, Anthropic, Mistral, Groq, Cerebras, Ollama, LM Studio, and OpenRouter outside of IDEs (PowerShell, CMD, Bash) and inside MCP host JSONs.
- π AI Operational & Reversing Guide: Workspace directory hygiene rules (
analysis/<TARGET>/), token-efficient live reversing protocols, and command reference catalogs. - π οΈ WinDbg & DebugExt RE Command Reference: Complete command reference catalog for native WinDbg / CDB commands and DebugExt (
de.dll) bang commands (!de.*). - βοΈ Advanced Usage & Multi-Session Guide: Full architecture guide for remote CDB servers, kernel debugging, and multi-client setups.
- ποΈ Developer & Architecture Guide: Internal developer guide, environment setup, and design rules for WinDbgMCP contributors.
WinDbgX-MCP is packaged as a self-contained Python wheel bundling pre-compiled 64-bit and 32-bit de.dll binaries:
pip install https://raw.githubusercontent.com/mnemonic-re/WinDbgX-MCP/main/WinDbgMCP/dist/windbg_mcp-0.1.0-py3-none-any.whl
windbg-mcp --helpWhen attached to a desktop WinDbg GUI (WinDbgX / DbgX.Shell.exe) server (.server tcp:port=5005), WinDbgX-MCP streams live intent banners (=== [AI INTENT]: <reasoning> ===), DML colorized milestone blocks, and moves the disassembly cursor in real-time inside your desktop debugger window!
- Home
- π Real-World Case Study
- π AI Provider Setup Guide
- π AI Operational & Reversing Guide
- π οΈ WinDbg & DebugExt RE Commands
- βοΈ Advanced Usage & Multi-Session Guide
- ποΈ Developer & Architecture Guide
- π GitHub Repository
- π¦ PyPI Wheel