Skip to content

v-p-b/pydbg

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 8 commits ahead of OpenRCE:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

PyDbg - Capstone

This is a fork of Pedram Amini's PyDbg (archived copy at OpenRCE) that replaces libdasm/pydasm with the more up-to-date and maintained Capstone Engine. There are many projects still relying on this library but I got tired of setting up pydasm, this is the result.

In the current state this branch probably works for those software that I personally use, but there certainly are some incompatibilities. If you find any, please use the Issue Tracker!

If you need a good introduction to PyDbg you should check out the book Gray Hat Python!

Installation

There is a small setup script provided, setup.py install should just work as long as the repo is cloned to a directory called pydbg!

The installer script of PaiMei checks requirement by trying to import the corresponding modules, so you should be good to go with that if you install pydbg first.

License

The PyDbg project is licensed under GNU/GPL.

About

A pure-python win32 debugger interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%