1--- !ELF 2FileHeader: 3 Class: ELFCLASS64 4 Data: ELFDATA2LSB 5 Type: ET_REL 6 Machine: EM_X86_64 7Sections: 8 - Name: .text 9 Type: SHT_PROGBITS 10 Flags: [ SHF_ALLOC, SHF_EXECINSTR ] 11 AddressAlign: 0x0000000000000004 12 Content: '' 13 - Name: .comment 14 Type: SHT_PROGBITS 15 Flags: [ SHF_MERGE, SHF_STRINGS ] 16 AddressAlign: 0x0000000000000001 17 Content: 00636C616E672076657273696F6E20332E392E3020287472756E6B203237333632342920286C6C766D2F7472756E6B203237333633362900 18 - Name: .note.GNU-stack 19 Type: SHT_PROGBITS 20 AddressAlign: 0x0000000000000001 21 Content: '' 22Symbols: 23 Local: 24 - Name: '-' 25 Type: STT_FILE 26... 27