wire / magic / elf

ELF signature (7F 45 4C 46)

An ELF (Executable and Linkable Format) object begins with the 4-byte magic 0x7F followed by ASCII 'ELF'. The following e_ident bytes encode class (32/64-bit), data encoding (endianness), and version.

magic kind signature status standard verification verified tier B file-signature@1

aka: ELF magic · \x7fELF

file signature

magic: 7F 45 4C 46 @ offset 0

ascii: \x7fELF

..o.so.elf.axf application/x-elf

spec: System V Application Binary Interface (gABI)


provenance

see also

agent: curl -H 'accept: application/json' wire.phall.io/magic/elf or /magic/elf.json