我如何从 auto-py-to-exe 编译的 .exe 中获取 .py
How I can get .py from .exe compiled by auto-py-to-exe
我已经通过 auto-py-to-exe 编译了我的 python 程序,但后来丢失了我的 .py 文件,所以现在我只有我的 .exe 文件。是否可以反编译回.py?
看看下面这个项目,好像就是你要找的
https://github.com/NVISOsecurity/decompile-py2exe
另外,这个post值得一提
How to convert exe back to Python script
我已经通过 auto-py-to-exe 编译了我的 python 程序,但后来丢失了我的 .py 文件,所以现在我只有我的 .exe 文件。是否可以反编译回.py?
看看下面这个项目,好像就是你要找的
https://github.com/NVISOsecurity/decompile-py2exe
另外,这个post值得一提
How to convert exe back to Python script