Comment on Show HN: A (marginally) useful x86-64 ELF executable in 301 bytesparentComments−noam_k5moIs it really not ELF? The file starts with the \x7FELF magic, but I'm not by my laptop to see what `file btry` outputs.−meriboldOP5moGP is likely referring to how fields in the ELF and program header are abused for instructions and data in a way that happens to not break things on Linux.
Comments
Is it really not ELF? The file starts with the \x7FELF magic, but I'm not by my laptop to see what `file btry` outputs.
GP is likely referring to how fields in the ELF and program header are abused for instructions and data in a way that happens to not break things on Linux.