文件名称:sublime sftp 插件破解
文件大小:121KB
文件格式:PY
更新时间:2016-09-25 10:40:46
sublime sftp插件 破解
必备插件sftp : 1,Package Control可以用来install其他package 2,sftp 远程编辑文件:安装:install->sftp具体配置 sftp工具破解 1,下载python字节码反编译工具uncompyle2 (pyc 2 py) https://github.com/wibiti/uncompyle2 2,安装uncompyle2 3,反编译文件commands.pyc python uncompyle2 -o commands.py commands.pyc 4,注释掉函数即可 sublime.set_timeout(reg, 1)