亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区
Chinaunix
標題:
[ Resolved] Please help to unlock pyc
[打印本頁]
作者:
play9091
時間:
2014-04-18 20:01
標題:
[ Resolved] Please help to unlock pyc
本帖最后由 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
方法二支援的比較完整,而更還不斷的在更新中。
歡迎光臨 Chinaunix (http://72891.cn/)
Powered by Discuz! X3.2