49 lines · yaml
1--- !ELF2FileHeader:3 Class: ELFCLASS644 Data: ELFDATA2LSB5 Type: ET_EXEC6 Machine: EM_X86_647 Entry: 0x00000000004010008Sections:9 - Name: .text10 Type: SHT_PROGBITS11 Flags: [ SHF_ALLOC, SHF_EXECINSTR ]12 Address: 0x000000000040100013 AddressAlign: 0x000000000000000114 Content: C315 - Name: .eh_frame16 Type: SHT_PROGBITS17 Flags: [ SHF_ALLOC ]18 Address: 0x000000000040200019 AddressAlign: 0x000000000000000820 Content: 1800000000000000017A5200017810011B0C070890010E80010000001000000020000000DCEFFFFF010000000000000021Symbols:22 - Name: .text23 Type: STT_SECTION24 Section: .text25 Value: 0x000000000040100026 - Name: .eh_frame27 Type: STT_SECTION28 Section: .eh_frame29 Value: 0x000000000040200030 - Name: _start31 Binding: STB_GLOBAL32 - Name: __bss_start33 Section: .eh_frame34 Binding: STB_GLOBAL35 Value: 0x000000000040400036 - Name: foo37 Section: .text38 Binding: STB_GLOBAL39 Value: 0x000000000040100040 - Name: _edata41 Section: .eh_frame42 Binding: STB_GLOBAL43 Value: 0x000000000040400044 - Name: _end45 Section: .eh_frame46 Binding: STB_GLOBAL47 Value: 0x000000000040400048...49