I am trying to create a simple 64-bit ELF file on Linux without using a compiler, just out of curiosity. For simplicity, I only need it to NOP (0x90).
My current file