Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 713 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 713 Bytes

pydbg

A pure-python win32 debugger interface. This release includes the missing dependencies and pydasm, a python wrapper for libdasm.

Installation

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.

License

This project is released under the GNU license. See LICENCE.