rocky / python-uncompyle6

A cross-version Python bytecode decompiler
GNU General Public License v3.0
3.74k stars 408 forks source link

Added support for later versions of Python #496

Closed 17Reset closed 4 months ago

17Reset commented 4 months ago
D:\Job>uncompyle6 compiler_main.pyc
# uncompyle6 version 3.9.1
# Python bytecode version base 3.12.0 (3531)
# Decompiled from: Python 3.12.2 (tags/v3.12.2:6abddd9, Feb  6 2024, 21:26:36) [MSC v.1937 64 bit (AMD64)]
# Embedded file name: compiler_main.py

Unsupported Python version, 3.12.0, for decompilation

# Unsupported bytecode in file compiler_main.pyc
# Unsupported Python version, 3.12.0, for decompilation

D:\Job\Github\pyinstxtractor\xAccel Compiler.exe_extracted>uncompyle6 struct.pyc
# uncompyle6 version 3.9.1
# Python bytecode version base 3.12.0 (3531)
# Decompiled from: Python 3.12.2 (tags/v3.12.2:6abddd9, Feb  6 2024, 21:26:36) [MSC v.1937 64 bit (AMD64)]
# Embedded file name: struct.py

Unsupported Python version, 3.12.0, for decompilation

# Unsupported bytecode in file struct.pyc
# Unsupported Python version, 3.12.0, for decompilation