返回> 网站首页 

Python打包exe后反编译

yoours2026-08-12 19:33:51 阅读 12

简介一边听听音乐,一边写写文章。

一、python

    python编写的程序打包exe后的反编译操作,支持python3.13。


二、exe解包

    pip install pyinstxtractor

    pyinstxtractor.py your_program.exe


三、反编译

    开源地址 https://github.com/techlinn/pyc2py

    python main.py your_program.pyc


四、多版本python

    python目录 C:\Users\[用户名]\AppData\Local\Programs\Python

    Launcher 文件夹下 py.exe

    1. 永久切换版本

        py -3.13 --default

    2. 临时使用指定版本

        py -3.8


五、其他

    1. python3.8.10使用pip

    python -m pip install uncompyle6 -i https://pypi.tuna.tsinghua.edu.cn/simple


微信小程序扫码登陆

文章评论

12人参与,0条评论