Closed JonathonReinhart closed 10 months ago
For whatever reason, mime.cache
appears as a binary file in the pyinstaller archive.
The current code unconditionally calls is_dynamic
which raises an InvalidInputError
exception if the file is not an ELF.
I honestly have no idea how this has never been hit before. Even before #83.
https://github.com/JonathonReinhart/staticx/actions/runs/7442806204/job/20246774931?pr=267