Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anyone got a solution for "unsupported opcode"? #278

Closed
dukgosan opened this issue Aug 10, 2022 · 1 comment
Closed

Anyone got a solution for "unsupported opcode"? #278

dukgosan opened this issue Aug 10, 2022 · 1 comment

Comments

@dukgosan
Copy link

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?

@zrax
Copy link
Owner

zrax commented Feb 21, 2024

Duplicate #450

@zrax zrax closed this as completed Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants