staticx
staticx copied to clipboard
Executable doesn't run when setgid bit is set
When the setgid bit is set on the staticx created binary, then running the binary results in: ImportError: libffi-806b1a9d.so.6.0.4: cannot open shared object file: No such file or directory. Removing the setgid bit allows the binary to run.