brintos

brintos / llvm-project-archived public Read only

0
0
Text · 808 B · d62ebaa Raw
36 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    Address:         0x100012    AddressAlign:    0x413    Content:         "c3c3c3c3"14  - Name:            .data15    Type:            SHT_PROGBITS16    Flags:           [ SHF_ALLOC ]17    Address:         0x200018    AddressAlign:    0x419    Content:         "3232"20ProgramHeaders:21  - Type: PT_LOAD22    Flags: [ PF_X, PF_R ]23    VAddr: 0x100024    PAddr: 0x100025    Align: 0x426    FirstSec: .text27    LastSec:  .text28  - Type: PT_LOAD29    Flags: [ PF_R, PF_W ]30    VAddr: 0x200031    PAddr: 0x100432    Align: 0x433    FirstSec: .data34    LastSec:  .data35 36