1. 工具
1. pyinstxtractor.py
2. uncompyle6 : pip install uncompyle6
2.安装pyinstaller
pip install pyinstaller
3. exe 解 pyc
python pyinstxtractor.py xxx.exe
4. pyc 转 py
python3.9版本以下: uncompyle6 -o xxx.py xxx.pyc
python3.9及以上: 使用在线转换:https://tool.lu/pyc/
标签:反编译,xxx,python,程序,py,uncompyle6,pyc From: https://www.cnblogs.com/timipaul/p/17717916.html