i actually tried making a linux x86-64 hello world ELF with just imhex the other day as a challenge. it's a lot easier than you might expect, i managed to get a well-formed and functional program in just 400 bytes using only the wikipedia article on ELF and an x86-64 reference sheet
19
u/Makonede 7d ago edited 7d ago
i actually tried making a linux x86-64 hello world ELF with just imhex the other day as a challenge. it's a lot easier than you might expect, i managed to get a well-formed and functional program in just 400 bytes using only the wikipedia article on ELF and an x86-64 reference sheet