- 论坛徽章:
- 0
|
本帖最后由 play9091 于 2014-04-18 23:57 编辑
求助大神,幫忙把 pyc 解鎖成 py 檔,我把我最後編輯的檔案搞丟了……
========================================我是分隔線============================================
我找到了一些工具可以解鎖,但是感覺不太完整……
這份原始文件完成於大約半年前,當初是怎麼會寫成這樣子的忘了約四到五分……有些東西記不太起來……
方法一:from: http://stackoverflow.com/questio ... e/15648227#15648227[/url]- Yes, you can get it with unpyclib that can be found on pypi.
- $ pip install unpyclib
- Than you can decompile your .pyc file
- $ python -m unpyclib.application -Dq path/to/file.pycYes, you can get it with unpyclib that can be found on pypi.
- $ pip install unpyclib
- Than you can decompile your .pyc file
- $ python -m unpyclib.application -Dq path/to/file.pyc
复制代码 方法二:Easy Python DecompilerEasy Python Decompiler
http://sourceforge.net/projects/ ... download?source=dlp
方法二支援的比較完整,而更還不斷的在更新中。 |
|