pyarmor pack如何隐藏 命令框 没用noconsole参数 #2180
Answered
by
1328649047
1328649047
asked this question in
Q&A
-
混淆后是否还会像普通的pyinstaller打包程序一样被破解呢 INFO Python 3.12.2 |
Beta Was this translation helpful? Give feedback.
Answered by
1328649047
Aug 5, 2025
Replies: 1 comment
-
例如,使用 PyInstaller 选项 -w 不显示控制台窗口: pyarmor cfg pack:pyi_options = " -w" 真难找 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
1328649047
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
例如,使用 PyInstaller 选项 -w 不显示控制台窗口:
pyarmor cfg pack:pyi_options = " -w"
真难找