rocky / python-uncompyle6

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

Bad Marshal Data #309

Closed ghost closed 4 years ago

ghost commented 4 years ago

Currently using uncompyle6 and pyinstaller 2.1+ I run into this issue: https://stackoverflow.com/questions/60841666/decompiling-python-files-valueerror I posted all of the information about the malformed value error. This seems to be an issue with uncompyle6 itself from my online research.

rocky commented 4 years ago

This seems to be an issue with uncompyle6 itself from my online research.

In your online research you seem to have missed reading the instructions that are given when opening an issue. In particular: if you can't disassemble it, it aint an uncompyle6 or decompyle3 bug.

Come back after you have a valid disassembly, and have read the instructions for given for reporting a bug or issue.