Remix.run Logo
pjmlp 4 hours ago

There are other UNIXes that aren't ELF, e.g. AIX.

DannyBee 4 hours ago | parent | next [-]

Sure, but COFF and its variations are much less practically common in Unixes (ie ignoring PE)

In any case, it’s highly doubtful being different from ELF is offering real value to anyone at this point, it’s just nobody wants to spend time, money, etc to migrate when incremental change to their own formats gets most of what they want.

Though it is probably accurate to say apple probably has it the worst here. Mach-O tooling is almost certainly the least available out of ELF, COFF, and Mach-O.

skissane 3 hours ago | parent [-]

I honestly think Mach-O is more elegant than ELF, with its structure of load commands.

Of course, ELF still wins by being more mainstream, and not being de facto under the control of a single vendor.

eqvinox 2 hours ago | parent [-]

> I honestly think Mach-O is more elegant than ELF, with its structure of load commands.

Can you elaborate on that, especially contrasting with ELF's PT_LOAD program headers?

eqvinox 2 hours ago | parent | prev [-]

That's a true statement, but what's the argument?