I have made this simple ELF for learning purposes:
bits 64 org 0x08048000 elfHeader: db 0x7F, "ELF", 2, 1, 1, 0 ; e_ident db 0