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

标签 python python-2.7 pyinstaller obfuscation

我正在尝试弄清楚如何使用新的 PyInstaller 混淆 python 字节码。

c:\Anaconda32\envs\myenv\Scripts\pyinstaller.exe --distpath=./dist/win32 --workpath=./build/win32 --uac-admin --uac-uiaccess --key=MYKEY app.spec

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

enter image description here

最佳答案

为了更安全,您可以使用 pyarmorpyinstaller

使用命令:

  1. pip 安装 pyarmor
  2. pip 安装 pyinstaller
  3. pyarmor pack filename.py

关于python - 如何使用 Pyinstaller 3.0 混淆 python 字节码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33051944/

相关文章:

python - 如何使 PyInstaller 的 .spec 文件真正可移植? ( 'pathex' 参数的绝对路径问题)

python - 如何在python,dataframe中将数据转换为嵌套字典

带有数学符号的 Python 字典

python - 为什么我不能重复调用 PyUSB 函数 dev.read() 而不会出现超时错误?

python - 带 python 的位串

python-2.7 - 如何对 pandas 中的某些行索引重新排序

python - 使用 pyinstaller 和 mayavi 导入创建独立的 exe

python - web.py + 子进程 = 挂起

Python:如何将 2.7 模块导入 3.4 程序?

python - Windows 8.1 上的 Pyusb - 没有可用的后端 - 如何安装 libusb?