Every resource I have read concerning the ELF header magic points out that it contains ASCII encoded "ELF", and then briefly mentions that 0x7F is prepended to it without explanation.
Is there a reason for the 0x7F?
Was it meant to avoid conflict with an existing format? Existing standard compliance? Used to detect something concerning the disk or memory?