decompile-cfg translates Python bytecode back into equivalent Python source code. It accepts Python version 3.8 to 3.10 bytecode for now. For decompilation of older Python bytecode, see decompyle3 and ...
A native Python cross-version decompiler and fragment decompiler. A reworking of uncompyle6. decompyle3 translates Python bytecode back into equivalent Python source code. It accepts bytecodes from ...