pycdc
pycdc copied to clipboard
Anyone got a solution for "unsupported opcode"?
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?