pyinstaller ---- executable maker for python, Python 程序包装成可执行文件
文章目录
Max Recursion Exceeded
- 设置最大循环数
| |
收集动态导入模块 hidden modules
| |
多进程 multiprocessing 支持
| |
破解 制作的压缩包
pyinstxtractor 工具
github: https://github.com/extremecoders-re/pyinstxtractor
1python pyinstxtractor <your_exe_file>- pyinstaller –key=… 也能被破解
decompile 破解 pyc 文件
工具 uncompyle6 : https://pypi.org/project/uncompyle6/
安装
1$ pip install uncompyle6使用
1$ umcompyle6 <your_pyc_or_pyo_file>
文章作者
上次更新 2022-03-03 (5c64003)