uncompyle2 windows下使用教程

安装前准备:

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

posted on 2015-03-25 17:59  crkey  阅读(668)  评论(0)    收藏  举报

导航