-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
I have been tasked with making changes to a legacy product that we no longer have source code for; the application was developed with Python2.2 and packaged with pyinstaller.
pyinstxtractor-ng identifies the package as being built with Pyinstaller 2.0/Python2.2, but the extraction of the archive fails with an exception when attempting to locate the TOC; could it be an unsupported format?
[+] Processing app.exe
[+] Pyinstaller version: 2.0
[+] Python version: 2.2
[+] Length of package: 978984 bytes
[+] Found 6 files in CArchive
[+] Beginning extraction...please standby
Traceback (most recent call last):
File "pyinstxtractor-ng.py", line 527, in <module>
File "pyinstxtractor-ng.py", line 509, in main
File "pyinstxtractor-ng.py", line 328, in extractFiles
File "pyinstxtractor-ng.py", line 421, in _extractPyz
OSError: [Errno 22] Invalid argument
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
