home archives github knives links
tags python 反编译
categories
only title title and content
python反编译

安装pyinstaller

python3 -m pip install pyinstaller

提取pyc文件

pyi-archive_viewer test
x test
to filename? test.pyc

安装uncompyle6

python3 -m pip install uncompyle6

反编译pyc

uncompyle6 test.pyc > test.py

查看导入的模块

o PYZ-00.pyz
# 提取子模块
x module
to filename? module.pyc