serfend / pydumpck

a multi-threads tool for decompile exe,elf,pyz,pyc packed by python which is base on pycdc and uncompyle6.
https://pypi.org/project/pydumpck/
317 stars 35 forks source link

Bad Magic Number #50

Open AzizKpln opened 11 months ago

AzizKpln commented 11 months ago

Hi, first I tried to use pydumpck on python 3.11 and it gave an error like this: Ekran Alıntısı

then, I installed pydumpck on py 3.9 it worked but it did not give py file it gave full of pyc files. I tried to convert pyc to py using some tools but all gave an error contained : "bad magic number"

Ekran Alıntısı 1PNG

AzizKpln commented 11 months ago

on internet it usually says that it's because of wrong python version but i guess pydumpck doesn't support after 3.9

serfend commented 11 months ago