$ decompyle3 conf.conf.pyc Traceback (most recent call last): File"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/xdis/load.py", line 208, in load_module_from_file_object co = marshal.loads(bytecode) ValueError: bad marshal data (unknown type code) Traceback (most recent call last): File"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/xdis/load.py", line 208, in load_module_from_file_object co = marshal.loads(bytecode) ValueError: bad marshal data (unknown type code)
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File"/Library/Frameworks/Python.framework/Versions/3.7/bin/decompyle3", line 11, in <module> load_entry_point('decompyle3==3.3.2', 'console_scripts', 'decompyle3')() File"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/decompyle3-3.3.2-py3.7.egg/decompyle3/bin/decompile.py", line 190, in main_bin File"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/decompyle3-3.3.2-py3.7.egg/decompyle3/main.py", line 302, in main File"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/decompyle3-3.3.2-py3.7.egg/decompyle3/main.py", line 181, in decompile_file File"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/xdis/load.py", line 116, in load_module get_code=get_code, File"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/xdis/load.py", line 222, in load_module_from_file_object "Ill-formed bytecode file %s\n%s; %s" % (filename, kind, msg) ImportError: Ill-formed bytecode fileconf.conf.pyc <class 'ValueError'>; bad marshal data (unknown type code)
[!] Warning: This scriptisrunningin a different Python version than the one used to build the executable. [!] Please run this scriptin Python38 to prevent extraction errors during unmarshalling [!] Skipping pyz extraction