资源说明: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
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。