241 B
Executable File
241 B
Executable File
pyc 反编译
- 环境: ubuntun14.04
安装
sudo pip install uncompyle2
使用
# 单独反编译某文件
uncompyle2 -o /***/***.py /***/***.pyc
# 批量反编译文件
uncompyle2 -ro /***/ /***/