Comment on The smallest Hello World programparentComments−michidkOP1yYeah I thought sth like this is possible, but (correct me if I'm wrong) this (ab)uses the ELF header and punts data in there, which goes against my requirementIt should be a ‘proper‘ executable binary according to the spec−5-1yyes, this one conforms to 'whatever linux agrees to exec(2)', which apparently is a lot that is out of spec.
Comments
Yeah I thought sth like this is possible, but (correct me if I'm wrong) this (ab)uses the ELF header and punts data in there, which goes against my requirement
yes, this one conforms to 'whatever linux agrees to exec(2)', which apparently is a lot that is out of spec.