反编译PyInstaller的可执行文件

使用pyinstxtractor.py和uncompyle反编译python可执行文件

Posted by ly on July 10, 2018

准备工作

执行命令

  • python pyinstxtractor.py xxx.exe

  • 找到目录out00-PYZ.pyz_extracted

  • python uncompyle2 -o “输出目录” out00-PYZ.pyz_extracted