如何使用Pyinstaller 3.0混淆python字节码

时间:2015-10-10 08:30:44

标签: python python-2.7 pyqt obfuscation pyinstaller

我试图找出如何使用新的PyInstaller来混淆python字节码。

  

C:\ Anaconda32 \ ENVS \ myenv \脚本\ pyinstaller.exe   --distpath =。/ dist / win32 --workpath =。/ build / win32 --uac-admin --uac-uiaccess --key = MYKEY app.spec

然而,在构建之后,我仍然使用PyInstaller Exe Rebuilder来破解源代码,如下所示:

enter image description here

1 个答案:

答案 0 :(得分:0)

为了提高安全性,您可以使用pyarmorpyinstaller lib

使用命令:

  1. pip安装pyarmor
  2. pip install pyinstaller
  3. pyarmor包filename.py