You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pycdc.exe test.pyc > decompiled_pycdc.py
Well, when I use pycdc.exe which I compiled only a few days ago, no error message appeared, and here's part of the result:
I will attach the results of uncompyle6 (Tested and effective, corrected some of the string decoding errors), pycdc and pycdas to help solve the problem. Of course, the pyc file is also included. decomplied.zip
The text was updated successfully, but these errors were encountered:
pycdc.exe test.pyc > decompiled_pycdc.py
Well, when I use
pycdc.exe
which I compiled only a few days ago, no error message appeared, and here's part of the result:In these places, there are clearly errors:
ex = None
None(conn_entry.get())
conn_th = threading.Thread(conn_thread, **('target',))
send_th = threading.Thread(send_thread, **('target',))
By using uncompyle6, I am certain that the code here should be
I will attach the results of uncompyle6 (Tested and effective, corrected some of the string decoding errors), pycdc and pycdas to help solve the problem. Of course, the pyc file is also included.
decomplied.zip
The text was updated successfully, but these errors were encountered: