76 lines · yaml
1--- !ELF2FileHeader: 3 Class: ELFCLASS644 Data: ELFDATA2LSB5 Type: ET_EXEC6 Machine: EM_X86_647Sections: 8 - Name: .text9 Type: SHT_PROGBITS10 Flags: [ SHF_ALLOC, SHF_EXECINSTR ]11 AddressAlign: 0x000000000000001012 Content: 554889E58B0425A80000005DC30F1F0013 - Name: .anothertext14 Type: SHT_PROGBITS15 Flags: [ SHF_ALLOC, SHF_EXECINSTR ]16 Address: 0x000000000000001017 AddressAlign: 0x000000000000001018 Content: 554889E54883EC20488D0425A8000000C745FC00000000488945F0488B45F08B08894DECE8C7FFFFFF8B4DEC01C189C84883C4205D746573742073747200C319 - Name: .eh_frame20 Type: SHT_PROGBITS21 Flags: [ SHF_ALLOC ]22 Address: 0x000000000000005023 AddressAlign: 0x000000000000000824 Content: 1400000000000000017A5200017810011B0C0708900100001C0000001C00000090FFFFFF0D00000000410E108602430D06000000000000001C0000003C00000080FFFFFF3F00000000410E108602430D060000000000000025 - Name: .data26 Type: SHT_PROGBITS27 Flags: [ SHF_WRITE, SHF_ALLOC ]28 Address: 0x00000000000000A829 AddressAlign: 0x000000000000000430 Content: '01000000'31 - Name: .comment32 Type: SHT_PROGBITS33 Flags: [ SHF_MERGE, SHF_STRINGS ]34 AddressAlign: 0x000000000000000135 Content: 5562756E747520636C616E672076657273696F6E20332E352D317562756E74753120287472756E6B2920286261736564206F6E204C4C564D20332E35290036Symbols:37 - Type: STT_SECTION38 Section: .text39 - Type: STT_SECTION40 Section: .anothertext41 Value: 0x000000000000001042 - Type: STT_SECTION43 Section: .eh_frame44 Value: 0x000000000000005045 - Type: STT_SECTION46 Section: .data47 Value: 0x00000000000000A848 - Type: STT_SECTION49 Section: .comment50 - Name: /tmp/a.c51 Type: STT_FILE52 - Type: STT_FILE 53 - Name: somedata54 Type: STT_OBJECT55 Section: .anothertext56 Value: 0x000000000000004557 Binding: STB_GLOBAL58 - Name: main59 Type: STT_FUNC60 Section: .anothertext61 Value: 0x000000000000001062 Size: 0x000000000000003F63 Binding: STB_GLOBAL64 - Name: foo65 Type: STT_FUNC66 Section: .text67 Size: 0x000000000000000D68 Binding: STB_GLOBAL69 - Name: a70 Type: STT_OBJECT71 Section: .data72 Value: 0x00000000000000A873 Size: 0x000000000000000474 Binding: STB_GLOBAL75...76