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

Not decompiling at all, need help. Thanks #49

Open cretzudev opened 11 months ago

cretzudev commented 11 months ago

It decompiles successfully but i get only the .pyc file not the .py and i tried to decompile the .pyc file and i don't have the full py project please check screenshots.

The results after decompile the .exe file https://postimg.cc/QV2TG1K1

The result after decompile the .pyc file https://postimg.cc/LYh1RVVB

Any suggestions? Thanks

serfend commented 11 months ago

try use

pydumpck ./YOUR_FILE --plugin pycdc