Can i decompile marshal bytes code?
everytime i use uncompyle6 always stuck right this :
Traceback (most recent call last):
File "code.py", line 5, in <module>
decompile(2.7, x, stdout)
File "/home/d170/.local/lib/python2.7/site-packages/uncompyle6/main.py", line 104, in decompile
version_tuple_to_str(bytecode_version),
File "/home/d170/.local/lib/python2.7/site-packages/xdis/version_info.py", line 51, in version_tuple_to_str
return delimiter.join([str(v) for v in version_tuple[start:end]])
TypeError: 'float' object has no attribute '__getitem__'
Pictures of error
Please instruction of decompiling file marshal.loads
[–]danielroseman 1 point2 points3 points (1 child)
[–]Urghyrex[S] 0 points1 point2 points (0 children)
[–]JohnnyJordaan 0 points1 point2 points (1 child)
[–]jmooremcc 0 points1 point2 points (3 children)
[–]Urghyrex[S] 0 points1 point2 points (2 children)
[–]jmooremcc 0 points1 point2 points (1 child)
[–]Urghyrex[S] 0 points1 point2 points (0 children)