A pure-python win32 debugger interface. This release includes the missing dependencies and pydasm, a python wrapper for libdasm.
First, install Microsoft Visual C++ Compiler for Python 2.7.
Then, clone the repository with the submodules :
git clone --recurse-submodules https://github.com/axcheron/pydbg.git
python setup.py install
Also, if you don't already have it, you can find the last version of Python 2.7 here.
This project is released under the GNU license. See LICENCE.