Python/PyInstaller Extractor

From Omnia
Jump to navigation Jump to search
https://github.com/extremecoders-re/pyinstxtractor
PyInstaller Extractor is a Python script to extract the contents of a PyInstaller generated executable file.
The header of the pyc files are automatically fixed so that a Python bytecode decompiler will recognize it. The script can run on both Python 2.x and 3.x.
python pyinstxtractor.py test.exe
git clone https://github.com/extremecoders-re/pyinstxtractor.git