• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1--- !ELF
2FileHeader:
3  Class:           ELFCLASS64
4  Data:            ELFDATA2LSB
5  Type:            ET_EXEC
6  Machine:         EM_X86_64
7  Entry:           0x0000000000400000
8Sections:
9  - Name:            .text
10    Type:            SHT_PROGBITS
11    Flags:           [ SHF_ALLOC, SHF_EXECINSTR ]
12    Address:         0x0000000000400000
13    AddressAlign:    16
14    Content:         50C704240020400031C05AC3
15  - Name:            .eh_frame_hdr
16    Type:            SHT_PROGBITS
17    Flags:           [ SHF_ALLOC ]
18    Address:         0x00000000004013c0
19    AddressAlign:    4
20    Content:         011B033B3C00000006000000E0F0FFFF8800000010F1FFFF58000000F6F1FFFFB000000010F2FFFFD000000090FEFFFF0001000000FFFFFF30010000
21  - Name:            .eh_frame
22    Type:            SHT_PROGBITS
23    Flags:           [ SHF_ALLOC ]
24    Address:         0x0000000000401400
25    AddressAlign:    8
26    Content:         1400000000000000017A5200017810011B0C070890010710140000001C000000B0F0FFFF2A00000000000000000000001400000000000000017A5200017810011B0C070890010000240000001C00000050F0FFFF20000000000E10460E184A0F0B770880003F1A3B2A332422000000001C000000440000003EF1FFFF1000000000410E108602430D064B0C07080000002C0000006400000038F1FFFF7F0C000000450C0A00491006027600450F0376780603660C0C0A00450C070800000000002C0000009400000088FDFFFF6600000000410E108602430D06428F03458E04478D058C06488307024B0C07080000000014000000C4000000C8FDFFFF01000000000000000000000000000000
27Symbols:
28  Global:
29    - Name:            myfunc
30      Type:            STT_FUNC
31      Section:         .text
32      Value:           0x0000000000400000
33ProgramHeaders:
34  - Type: PT_LOAD
35    Flags: [ PF_X, PF_R ]
36    VAddr: 0x00400000
37    PAddr: 0x00400000
38    Sections:
39      - Section: .text
40  - Type: PT_GNU_EH_FRAME
41    Flags: [ PF_X, PF_R ]
42    VAddr: 0x004013C0
43    PAddr: 0x004013C0
44    Sections:
45      - Section: .eh_frame_hdr
46...
47