1. 首页
  2. 数据库
  3. 其它
  4. Pycompile:将Python脚本编译为Base64ZlibMarshal 源码

Pycompile:将Python脚本编译为Base64ZlibMarshal 源码

上传者: 2021-02-21 18:35:19上传 ZIP文件 17.95KB 热度 10次
Py编译 [+]由HTR-TECH(@ tahmid.rayat )创建 [+]免责声明: Py Compile是将Python脚本加密为不可读取格式的工具。此工具将Python脚本转换为Base64,Marshal,Zlib格式。此工具仅用于教育目的。 [+]安装 apt update apt install git -y git clone https://github.com/htr-tech/Pycompile cd Pycompile python2 compile.py 或者,使用单个命令 apt update && apt install git -y && git
用户评论