# x64dbgpy
**Repository Path**: anydev/x64dbgpy
## Basic Information
- **Project Name**: x64dbgpy
- **Description**: 给 x64dbg 提供 Python 脚本扩展能力的经典第三方插件,弥补 x64dbg 原生 Lua 脚本功能弱、生态少的短板,让你能用 Python 远程 / 本地自动化控制调试器,批量完成逆向、脱壳、恶意代码分析、漏洞调试等重复性工作。
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: v25
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2026-06-29
- **Last Updated**: 2026-06-29
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# x64dbgpy
[](https://ci.appveyor.com/project/mrexodia/x64dbg-python)
Automating [x64dbg](http://x64dbg.com) using Python.
Works with: http://releases.x64dbg.com
Get PyQt5 [here](https://github.com/x64dbg/PyQt5/releases). Video tutorial [here](https://youtu.be/rIFA6t1Z9Fc).
### To develop you will need:
1. Visual Studio 2015 Community: https://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx
2. Python 2.7 x64 + x86 && pip (Python 2.7.10 has pip on it) - https://www.python.org/downloads/release/python-2710/
3. Microsoft Visual C++ Compiler for Python 2.7: http://www.microsoft.com/en-us/download/details.aspx?id=44266
4. PyCharm Community Edition (If you are python developer) : https://www.jetbrains.com/pycharm/download/
### To install and test:
1. Install Python 2.7.10 (x64 + x86) In seperate folders
2. Install Visual Studio 2015 Community.
3. Open setenv.bat from the project folder.
4. Compile the win32 and win64 dlls.
5. Copy the release folder from the snapshot to the project directory.
6. Run install32.bat and install64.bat.
### Contributors:
1. Run install.bat (git hook for code buetify)
2. Test your code
3. Read PEP8: https://www.python.org/dev/peps/pep-0008/
### Example scripts:
* https://github.com/realgam3/ReversingAutomation/tree/master/X64dbgPy
### Help:
* I need help with the swig / cpp development,
* Translating the event callbacks to swig and use it without the code in py.cpp file.
* Connecting ipython interpreter to x64dbgpy.
* Python multiprocessing with x64dbgpy plugin (Python embedded).