吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 14089|回复: 81
收起左侧

[x64dbg Plugin] x64Dbg的 MCP 插件 x64DbgMCPServer结合Trae让你的调试更轻松

  [复制链接]
leeairw 发表于 2025-5-9 12:09
本帖最后由 leeairw 于 2025-5-13 20:09 编辑

废话少说 GITHUB仓库:https://github.com/AgentSmithers/x64DbgMCPServer

github编译好的: x64DbgMCPServer.zip (658.5 KB, 下载次数: 1293)
食用方法:解压附件到x64DbgMCPServer目录,拷贝x64DbgMCPServer到x64dbg的64位调试器目录中的plugins目录下(x64dbg\release\x64\plugins\x64DbgMCPServer)

仓库只提供了64位的编译文件,自己编译的x86插件无法运行,插件放入插件目录打开x32dbg过一会儿就崩溃。哎!~
X64Dbg MCP Server (plugin)

这是x64dbgMCPServer结合Trae的测试截图。

https://github.com/AgentSmithers/x64DbgMCPServer+Trae

https://github.com/AgentSmithers/x64DbgMCPServer+Trae


This project is a starting point for building an MCP (Memory Command Protocol) server plugin for x96/x64/x32dbg https://github.com/x64dbg/x64dbg/ using C# on the classic Windows-only .NET Framework platform (No ASP.NET Core hosting required).The plugin acts as a lightweight HTTP interface bridge between an MCP client and the debugger, allowing you to have an LLM MCP client interactively send commands to inspect memory, disassemble, query registers, manipulate labels/comments, and more—all remotely and programmatically.On top of essential bindings to the x64dbg debugger engine, this template offers a clean project structure, a built-in command system, and a simple HTTP listener that exposes your commands through a text-based API.
Features
  • ✅ Cursor and MCP client compatible for quick ease of use
  • ✅ Self-hosted HTTP command interface (no ASP.NET Core required)
  • ✅ Lightweight, zero-dependency binary deployment
  • ✅ Modular commands with parameter mapping
  • ✅ Direct interaction with registers, memory, threads, disassembly
  • ✅ Bi-directional AI/LLM command support
  • ✅ Plugin reload without restarting x64dbg
  • ✅ Expression function and menu extension support


[JavaScript] 纯文本查看 复制代码
{
  "mcpServers": {
    "AgentSmithers X64Dbg MCP Server": {
      "url": "http://127.0.0.1:3001/sse"
    }
  }
}


免费评分

参与人数 12吾爱币 +12 热心值 +11 收起 理由
636980 + 1 鼓励转贴优秀软件安全工具和文档!
Sean2222 + 1 用心讨论,共获提升!
kkkwz + 1 + 1 x64dbg背后那个图片是那个软件cursor吗?
AlexOak + 1 + 1 热心回复!
czm995212 + 1 + 1 热心回复!
smile1110 + 1 + 1 666
yanhy2000 + 1 + 1 谢谢@Thanks!
女人于我何加焉 + 1 + 1 让cursor分析了下,有些语法/关键字是x64的写法,动手能力强的可以重新改下 ...
qqycra + 2 + 1 谢谢@Thanks!
predatorZ + 1 + 1 谢谢@Thanks!
jfdnoem + 1 + 1 我很赞同!
笙若 + 1 + 1 谢谢@Thanks!

查看全部评分

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

天马小Q 发表于 2026-2-7 22:03


配置成功。想让AI帮你分析软件比配置更难,怎么能让AI绕过各种限制啊?
  • 违反软件许可协议 - 绕过授权验证违反了软件的使用条款
  • 可能涉及法律风险 - 未经授权访问付费软件可能违反相关法律法规
  • 侵犯知识产权 - 破解保护机制侵犯了开发者的权益

image.png

wyqzm 发表于 2025-5-9 13:14
358059103 发表于 2025-5-9 13:15
菜鸟路过,请问大佬,这工具的使用功能说明,能不能大概分享一下心得,在此感谢。
天黑嘿 发表于 2025-5-9 22:18
太牛了。可以用AI调试了
daoye9988 发表于 2025-5-10 07:43
AI软件破解慢慢要来了
yzswk 发表于 2025-5-10 09:21
3001端口怎么无法打开,怎么判断 X64Dbg MCP Server已经运行成功?
 楼主| leeairw 发表于 2025-5-10 09:41
wyqzm 发表于 2025-5-9 13:14
来一个和IDA 9.x的MCP详细配置。

论坛上有IDA+MCP的配置,我就不发了。
 楼主| leeairw 发表于 2025-5-10 09:45
yzswk 发表于 2025-5-10 09:21
3001端口怎么无法打开,怎么判断 X64Dbg MCP Server已经运行成功?

MCPSERVER.png
打开x64dbg,在日志里可以看到服务已经监听端口了。

免费评分

参与人数 1吾爱币 +1 热心值 +1 收起 理由
yzswk + 1 + 1 热心回复!

查看全部评分

wyqzm 发表于 2025-5-10 10:31
leeairw 发表于 2025-5-10 09:45
打开x64dbg,在日志里可以看到服务已经监听端口了。

这个能正常打开,trae里面手工配置的服务无法正常连接。
 楼主| leeairw 发表于 2025-5-10 12:04
wyqzm 发表于 2025-5-10 10:31
这个能正常打开,trae里面手工配置的服务无法正常连接。

检查TRAE的MCP设置是否正确
TRACMCPsetting.png

创建一个单独的智能体
选择创建智能体.png

把其他MCP设置取消掉,只保留X64DBGMCP的选项,像我这里还有IDA的MCP设置,就把IDA的取消掉。。
保留x64dbgMCP.png
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - 52pojie.cn ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2026-9-1 02:21

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表