如何从中获取py文件?

时间:2019-05-28 20:30:05

标签: python pyc

我已经反编译了一个.exe编译器。 我有一个.pyz文件和一些其他文件:

enter image description here

提取它们并得到:

enter image description here

如何从所有.py文件中获取.pyc文件?

1 个答案:

答案 0 :(得分:0)

您可以反编译.pyc文件-看到以下类似问题:

Is it possible to decompile a compiled .pyc file into a .py file?

https://reverseengineering.stackexchange.com/questions/1701/decompiling-pyc-files

它的不足之处是您可以使用工具从.py生成.pyc个文件: https://github.com/rocky/python-uncompyle6/