Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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:

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).