x64dbgpy3 中文说明
Warning
This project is no longer actively maintained. I have come to regard it as little more than a thin wrapper around the x64dbg SDK, one that no longer justifies active maintenance, and it was never designed with AI workflows in mind. Its successor offers first-class AI support: x64dbgMCP, a C++/CLI plugin that embeds an MCP server into x64dbg (a vibe coding project; keep the vibes immaculate).
x64dbgpy3 is a plugin for x64dbg that enables remote invocation via HTTP-RPC and the x64dbgpy3svr server. This allows for seamless integration with external tools and scripts, such as those written in Python.
Contributions are welcome! Please see our Pull Requests page.
Start the server with the following command:
x64dbgpy3svr [port=27041],[host=localhost]This project is licensed under the WTFPL License.

