反编译python程序

发布时间 2023-09-20 17:44:25作者: timi小周

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/