Skip to content

Ch111p/xpdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xpdb

Description

​ A debugger for python bytecode(pyc file). Support to both python2 and python3(different file)

​ For python3's version, you should run it on python3.7+, cuz from that version, Python had add a official support to trace opcode.

​ For python2's version, the way to trace opcode is basically based on this article. I tested it on python 2.7.

​ It's just a simple project for my course, so no promise for robustness.

About

A debugger for pyc file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages