play9091 发表于 2014-04-18 20:01

[ Resolved] Please help to unlock pyc

本帖最后由 play9091 于 2014-04-18 23:57 编辑

求助大神,幫忙把 pyc 解鎖成 py 檔,我把我最後編輯的檔案搞丟了……


========================================我是分隔線============================================

我找到了一些工具可以解鎖,但是感覺不太完整……
這份原始文件完成於大約半年前,當初是怎麼會寫成這樣子的忘了約四到五分……有些東西記不太起來……

方法一:from: http://stackoverflow.com/questions/5287253/is-it-possible-to-decompile-a-compiled-pyc-file-into-a-py-file/15648227#15648227http://stackoverflow.com/questions/5287253/is-it-possible-to-decompile-a-compiled-pyc-file-into-a-py-file/15648227#15648227Yes, 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/easypythondecompiler/postdownload?source=dlp

方法二支援的比較完整,而更還不斷的在更新中。
页: [1]
查看完整版本: [ Resolved] Please help to unlock pyc