Presentations
Templates
Features
Teams
Pricing
Log in
Sign up
Log in
Sign up
Menu
Exe To Python
2020/12/27
講者:Arashi
Outline
事前準備
實作
reference
事前準備
下載安裝
pyinstxtractor.py
HxD
pip install uncompyle
實作
1. 將 pyinstxtractor.py 放到跟exe檔同一層目錄中
2. cd 到檔案在的目錄,輸入
pyinstxtractor.py 執行檔名稱
3. 點進 執行檔名_extracted 的資料夾內,找到以下兩個檔案,並用HxD開啟
4. 比較兩者的最前面,可見 qrcode_make 比 struct 少了紅色框的那段,將那段缺少的複製下來,並插入到qrcode_make的最前面
5. 存檔後將 qrcode_make 副檔名加上.pyc
6. cmd 切換到 qrcode_make.pyc 的位置並輸入
uncompyle6 -o . qrcode_make.pyc
reference
CSDN . (2020) . 方便无阻且全面的python程序exe反编译,可以不使用十六进制编辑器完成的常规反编操作 .
Retrieved from
https://blog.csdn.net/weixin_46847476/article/details/105358131
IT 邦
幫
忙 . (2019) . [數據恢復] 如何把遺失的python source code 從執行檔中找回來? .
Retrieved from
https://ithelp.ithome.com.tw/articles/10218458
PyPI . (2020) . uncompyle6 3.7.4 .
Retrieved
from
https://pypi.org/project/uncompyle6/
Thanks for listening.
exe_to_python
By arashi
Made with Slides.com
exe_to_python
112
arashi
More from
arashi