https://github.com/x64dbg/x64dbgpy
Automating x64dbg using Python, Snapshots:
https://github.com/x64dbg/x64dbgpy
x64dbg-plugin
Last synced: about 1 month ago
JSON representation
Automating x64dbg using Python, Snapshots:
- Host: GitHub
- URL: https://github.com/x64dbg/x64dbgpy
- Owner: x64dbg
- License: mit
- Fork: true (realgam3/x64dbg-python)
- Created: 2015-07-13T21:40:37.000Z (over 10 years ago)
- Default Branch: v25
- Last Pushed: 2023-04-05T11:55:30.000Z (over 2 years ago)
- Last Synced: 2025-01-25T16:33:32.158Z (10 months ago)
- Topics: x64dbg-plugin
- Language: C
- Homepage: https://ci.appveyor.com/project/mrexodia/x64dbg-python/build/artifacts
- Size: 2.46 MB
- Stars: 1,471
- Watchers: 915
- Forks: 71
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-reverse-engineering - **1341**星
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).