Esraa Coder
Esraa Coder

Reputation: 11

How I can decompile byte code to .py in python 3.11

I lost my source code and tried to retrieve it again. I have extracted the cyp file and used tool to decompile it back to .py, but unfortunately, I have gotten this error:

nvalid pyc/pyo file - Magic value mismatch!

Is there any tool for code written with python 3.11.5?

I wnat to get my .py back.

Upvotes: 0

Views: 11089

Answers (1)

Enzo Burille
Enzo Burille

Reputation: 11

You can try this sugestion here, i've never tried but may work. The latest commits add support for Python 3.11.

Upvotes: 1

Related Questions