axcheron / pydbg

A pure-python win32 debugger interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A pure-python win32 debugger interface.

License:GNU General Public License v2.0


Languages

Language:Python 100.0%