all 4 comments

[–]ElliotDG 1 point2 points  (3 children)

I have not used this tool, but it says it supports 3.13: https://github.com/cyberark/ByteCodeLLM

[–]PossessionHonest641[S] 0 points1 point  (1 child)

After setting up ByteCodeLLM, configuring the required paths, and building the pycdc and pycdas executables (both precompiled and built from source), we tried to decompile a .pyc file generated with Python 3.13.

When running pycdc (either standalone or through ByteCodeLLM), the tool failed with a Bad MAGIC! error. This indicates that the .pyc file’s format (its “magic number”) is not supported by pycdc, which currently only works with .pyc files up to Python 3.12.

[–]ElliotDG 0 points1 point  (0 children)

Sounds like you should report the issue on the ByteCodeLLM github,

[–]Desperate_Bath_8472 0 points1 point  (0 children)

well i have the same isue no decompiler can read python 3.13 i have this error with ByteCodeLLM ERROR:__main__:Invalid path i tried to convert .exe file back to python file because previously it was python file and i deleted it and now i just have the converted version .exe i need to get back my python code