-
Notifications
You must be signed in to change notification settings - Fork 0
Advanced Usage & Architecture
mnemonic edited this page Sep 9, 2026
·
2 revisions
π Full Architecture Source: Read the complete public document at
guides/Advanced_Usage_Guide.md.
WinDbgX-MCP supports 4 primary connection modes:
-
Crash Dump Triage (
open_cdb_dump): Automated triage of.dmpcrash files. -
User-Mode Remote Server (
open_cdb_remote): Connect to live desktop WinDbg GUI servers (tcp:Port=5005). -
Kernel Debugging Target (
open_kd_session_tool): Kernel debugging via KDNET, VM Pipe, or Serial. -
Live Local Process Attach (
attach_live_process): Attach CDB by PID or process name.
Inspect and switch between multiple user-mode and kernel debugging sessions concurrently:
-
list_sessions(): View all active debug sessions. -
switch_session(session_id="..."): Switch default active session.
- 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