【发布时间】:2019-05-28 20:30:04
【问题描述】:
【问题讨论】:
-
好像是逆向工程问题,Reverse Engineering Stack Beta已经有答案了
【问题讨论】:
您可以反编译 .pyc 文件是的 - 请参阅以下类似问题:
Is it possible to decompile a compiled .pyc file into a .py file?
https://reverseengineering.stackexchange.com/questions/1701/decompiling-pyc-files
简而言之,您可以使用工具从.pyc 生成.py 文件:
https://github.com/rocky/python-uncompyle6/
【讨论】:
.pyc 文件。查看链接的其他答案以获取更多信息。