用法
把 pyinstxtractor.py 和 exe文件 放在同个目录下
python pyinstxtractor.py xx.exe
官网
https://sourceforge.net/projects/pyinstallerextractor/
MIGRATED TO GITHUB
https://github.com/extremecoders-re/pyinstxtractor
This is a python script to extract the contents of a PyInstaller generated Windows executable file.
The contents of the pyz file (usually pyc files) present inside the executable are also extracted.
The pyc files are made valid so that a python bytecode decompiler will recognise it.
Script can run on both python 2.x and 3.x
Pyinstaller versions 2.0, 2.1, 3.0, 3.1 and 3.2 are supported
Features
- No PyInstaller Installation needed
- Automatic validation of generated pyc files
- Python 2.x and 3.x support