pycdc icon indicating copy to clipboard operation
pycdc copied to clipboard

Anyone got a solution for "unsupported opcode"?

Open dukgosan opened this issue 3 years ago • 0 comments

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?

dukgosan avatar Aug 10 '22 12:08 dukgosan