Open Maus3rVonDutch opened 1 month ago
OK i have a workaround, I found this online decompiler: https://pylingual.io/ It does the trick, I only needed to decompile a couple of files, so this wil work, but for a complete decompilation of a lot of files, as in this repo, it won't be suitable (yet).
Hi, I have some custom remote scripts, but they are currently broken after the upgrade to 12.1. It seems that Ableton have upgraded their Python version to 3.11.6. I used to be able to decompile the *.pyc files myself, using uncompyle6 or decompyle3, but they do not support version 3.11.
Does anyone know of a decompiler that supports 3.11? I tried https://github.com/zrax/pycdc, but that one is still missing quite a few essential opcodes.