Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/x64dbg/x64dbgpy
Automating x64dbg using Python, Snapshots:
https://github.com/x64dbg/x64dbgpy
x64dbg-plugin
Last synced: 3 months 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 9 years ago)
- Default Branch: v25
- Last Pushed: 2023-04-05T11:55:30.000Z (over 1 year ago)
- Last Synced: 2024-09-25T23:31:06.081Z (3 months ago)
- Topics: x64dbg-plugin
- Language: C
- Homepage: https://ci.appveyor.com/project/mrexodia/x64dbg-python/build/artifacts
- Size: 2.46 MB
- Stars: 1,468
- Watchers: 916
- Forks: 70
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# x64dbgpy
[![Build status](https://ci.appveyor.com/api/projects/status/uai2omdvrw3xcie4?svg=true)](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).