Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 205 Bytes

File metadata and controls

3 lines (2 loc) · 205 Bytes

pycdc: A Python bytecode disassembler and decompiler.

This tool, written in Java, translates compiled Python bytecode back into human-readable Python source code. It is based on the zrax/pycdc project.