uncompyle2 windows下使用教程
时间:2015-03-25 18:37:09
收藏:0
阅读:1146
安装前准备:
1.安装Python2.7
2.设置环境变量,在系统变量的Path后加入;C:\Python27
3.https://github.com/Mysterie/uncompyle2 下载zip文件注意:uncompyle2 requires Python 2.7
4.打开uncompyle2-master文件夹,运行setup.bat
5.在cmd窗口输入以下命令,进行反编译
python C:\Python27\Scripts\uncompyle2 C:\atglobal.pyc > C:\atglobal.py
原文:http://www.cnblogs.com/crkey/p/4366431.html
评论(0)