可以使用uncompyle6
工具
使用pip可以直接安装:
pip install uncompyle6
反编译命令(两种形式):
uncompyle6 xxx.pyc > xxx.py
uncompyle6 -o xxx.py xxx.pyc
示例:
uncompyle6 utils.pyc > utils.py
可以使用uncompyle6
工具
使用pip可以直接安装:
pip install uncompyle6
反编译命令(两种形式):
uncompyle6 xxx.pyc > xxx.py
uncompyle6 -o xxx.py xxx.pyc
示例:
uncompyle6 utils.pyc > utils.py
关注微信公众号
作者:唐明
出处:https://www.tangming.me/post/decompile-pyc-file
版权:本站使用「CC BY 4.0」创作共享协议,转载请在文章明显位置注明作者及出处。