2 ms·
Maybe, but ELF doesn't support doing so
by yjftsjthsd-h 25d ago
Maybe, but ELF doesn't support doing so
- kevans91 25d agoOne might be interested in the not-very-alive FatELF implementation, though: https://icculus.org/fatelf/ https://icculus.org/fatelf/
- yjftsjthsd-h 25d agoYep, that sounds like the same idea: > The format is very simple: it adds some accounting info at the start of the file, and then appends all the ELF binaries after it, adding padding for alignment. The end of the file isn't touched, so you can still do things like self-extracting .zip files for multiple architectures with FatELF. But I would indeed call it very-not-alive; their demo image is Ubuntu 9.04