Python/PyInstaller Extractor: Difference between revisions

From Omnia
Jump to navigation Jump to search
(Created page with " 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")
 
(No difference)

Latest revision as of 00:14, 5 November 2025

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