Python2.7打包的exe文件反编译成py文件

exe文件反编译(Python2.7方式)

第一步:

下载 pyinstxtractor.py 文件( 通过 https://sourceforge.net/projects/pyinstallerextractor/)

pyinstxtractor.py文件描述:

第二步:

下载并安装 uncompyle2 文件(通过GitHub https://github.com/wibiti/uncompyle2 下载或者直接PiPy

你可能感兴趣的:(反编译,Python)