Skip to content
/ pydbg Public
forked from axcheron/pydbg

A pure-python win32 debugger interface.

License

Notifications You must be signed in to change notification settings

jtbraun/pydbg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%