techlinn/pyc2py
pyc2py is a Python bytecode decompiler that recovers .py source from .pyc files, one file or a whole folder at a time. It's built on native bytecode to AST recovery and version aware opcode tables.
GitHub repository with 8 stars and 0 forks.
Language: Python
Topics: ast, bytecode, bytecode-analysis, bytecode-interpreter, cpython, decompiler, disassembler, opcode, pyc-decompiler, python