0

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?

  • 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 Answers1

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

How to convert exe back to Python script

Alik.Koldobsky
  • 334
  • 1
  • 10