-
-
-
-
-
-
-
-
-
-
Pycompile:将Python脚本编译为Base64,Zlib,Marshal
... 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 ...
-
-