31 lines · yaml
1# A very basic ELF file to serve as a recipient of breakpad info2 3--- !ELF4FileHeader: 5 Class: ELFCLASS646 Data: ELFDATA2LSB7 Type: ET_EXEC8 Machine: EM_X86_649 Entry: 0x000000000040000010Sections: 11 - Name: .text112 Type: SHT_PROGBITS13 Flags: [ SHF_ALLOC, SHF_EXECINSTR ]14 Address: 0x000000000040000015 AddressAlign: 0x000000000000100016 Size: 0xb017 - Name: .text218 Type: SHT_PROGBITS19 Flags: [ SHF_ALLOC, SHF_EXECINSTR ]20 Address: 0x00000000004000B021 AddressAlign: 0x000000000000001022 Size: 0x4223ProgramHeaders:24 - Type: PT_LOAD25 Flags: [ PF_X, PF_R ]26 VAddr: 0x40000027 Align: 0x100028 FirstSec: .text129 LastSec: .text230...31