ELF_from_zero Create ELF file from scratch. Compile elf_creator source file gcc -o elf_creator elf_creator.c Run elf_creator binary ./elf_creator Add execute permission to elf binary chmod +x elf Run elf binary: it should print hello! ./elf