26 lines · yaml
1--- !ELF2FileHeader:3 Class: ELFCLASS644 Data: ELFDATA2LSB5 Type: ET_EXEC6 Machine: EM_AARCH647Sections:8 - Name: .text9 Type: SHT_PROGBITS10 Flags: [ SHF_ALLOC, SHF_EXECINSTR ]11 Address: 0x000000000040100012 AddressAlign: 0x000000000000000113 Content: DEADBEEF14 - Name: .eh_frame15 Type: SHT_PROGBITS16 Flags: [ SHF_ALLOC ]17 Address: 0x000000000040200018 AddressAlign: 0x000000000000000819 Content: 0c000000000000000100017C1E0000001c0000001400000000104000000000000100000000000000000C1d109e82000020Symbols:21 - Name: foo22 Section: .text23 Binding: STB_GLOBAL24 Value: 0x000000000040100025...26