1 Open Issue Need Help Last updated: Jul 31, 2025

Open Issues Need Help

View All on GitHub
Does not work with x32dbg about 1 month ago

AI Summary: The issue is that the x64dbg Model Context Protocol (MCP) plugin, designed for x64dbg, fails to load in x32dbg. The task requires investigating why the plugin, specifically `MCPx64dbg.dp32`, doesn't work with x32dbg. This likely involves debugging the plugin's code to identify incompatibilities between the plugin's architecture and x32dbg's environment, potentially related to 32-bit vs. 64-bit differences in data structures or API calls.

Complexity: 4/5
enhancement help wanted good first issue

Model Context Protocol for x64dbg

C++