Skip to content

alex/python-decompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Decompiler

This project aims to create a comprehensive decompiler for CPython bytecode (likely works with PyPy as well, and any other Python implementation that uses CPython's bytecode). At the moment it is relatively incomplete, with many things not supported, including, but certainly not limited to:

  • Unpacking
  • try/except/finally
  • else clauses on try/for loops
  • any sort of arithmatic
  • keyword argument and *args, **kwargs to functions

I'm taking patches, but I suspect at least some of those will require refactorings and I've grown a tad too bored to do it myself.

About

A decompiler for CPython bytecode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages