Neurohazard
暮雲煙月,皓首窮經;森羅萬象,如是我聞。

使用 uncompyle 对 pyc 进行简单的逆向工程

wpadmin~August 22, 2018 /Software Engineering

对 pyc 进行简单的逆向工程

安装

pip install uncompyle

使用

uncompyle6 --help # 查看帮助
uncompyle6 models.pyc > models.py # 将 models.pyc 反编译成 py 文件
uncompile -o . *.pyc # 将当前文件夹中所有的 pyc 文件反编译成后缀名为 .pyc_dis 的源文件

Leave a Reply

Your email address will not be published. Required fields are marked *