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
I tried to decompile a .pyc file to .py but I get a message saying its a unsupported opcode. I did some research and found out that the code line was just added as a new feature for python 3.9 which is the version my .pyc file is.
As far as I know, the only decompiler tool existing for decompiling python 3.9 above is pycdc only, so I desperately hope this works without errors.
The only error message I got was: WITH_EXCEPT_START
Does anyone know a workaround for this?
The text was updated successfully, but these errors were encountered:
I tried to decompile a .pyc file to .py but I get a message saying its a unsupported opcode. I did some research and found out that the code line was just added as a new feature for python 3.9 which is the version my .pyc file is.
As far as I know, the only decompiler tool existing for decompiling python 3.9 above is pycdc only, so I desperately hope this works without errors.
The only error message I got was: WITH_EXCEPT_START
Does anyone know a workaround for this?
The text was updated successfully, but these errors were encountered: