In this video, I explore the structure of the Linux ELF file header. Errata: at 18:58 I say that byte 34 is the last byte of the file header. This is incorrect. The size is of the file header is 0x34 bytes so the first byte would be byte 0x0 and the last byte would be the '00' at 0x33.