Skip to content

A lightweight Python Windows Debugger powered by PyDbg and Paimei

License

Notifications You must be signed in to change notification settings

cybersecninjas/pydebug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pydebug

A lightweight Python Debugger for Microsoft Windows powered by PyDbg and Paimei

How to use it

  • Execute the debugee
  • Run pydebug with the debugee as an argument

python pydebug debugee.exe

Fix Import Error on Custom VM

Anyone having an import error for module utils on the XP or Windows 7 custom Exploit Dev box can manually fix the error by doing the following:

  • Get FixVM.zip
  • Extract content of the Zip file (pida & utils) to C:\Python27\Lib
  • Run the script again (submit any other error/s found)

Sample Output

Screebshot of pydebug in action

About

A lightweight Python Windows Debugger powered by PyDbg and Paimei

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages