I've compiled my python program by auto-py-to-exe, but then lost my .py file, so now I have only my .exe file. Is it possible to decompile it back to .py?
Asked
Active
Viewed 3,930 times
0
-
Does this answer your question? [How to convert exe back to Python script](https://stackoverflow.com/questions/51227091/how-to-convert-exe-back-to-python-script) – Jafar Isbarov Jan 14 '22 at 19:05
1 Answers
1
Take a look at the following project, it seems to be what you are looking for
https://github.com/NVISOsecurity/decompile-py2exe
Also, this post is worth mentioning

Alik.Koldobsky
- 334
- 1
- 10