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/
311 stars 32 forks source link

error when decompile #10

Closed ydnf closed 1 year ago

ydnf commented 2 years ago

2022-07-04 04:18:17,788 [!] fail to decompile bytecode on file:output_3731054\PYZ-00.pyz_extract\urllib3\util\timeout.pyc,with error:(UnboundLocalError("local variable 'e' referenced before assignment"), 'fail when handling output_3731054\PYZ-00.pyz_extract\urllib3\util\timeout.pyc -> output_3731054\PYZ-00.pyz_extract\urllib3\util\timeout.pyc.structed.pyc')

on decrypted .py

WARNING: Decompyle incomplete

ydnf commented 2 years ago

2022-07-04 04:18:17,417 [!] decompile bytecode by pycdc fail,file:output_3731054\PYZ-00.pyz_extract\selenium\webdriver\firefox\firefox_profile.pyc,with error:local variable 'e' referenced before assignment

serfend commented 2 years ago

pydumpck doesnt implement any feature , its just base on pycdc and uncompyle6 if pycdc and uncompyle6 fail , then pydumpck will fail too.