1!ELF 2FileHeader: 3 Class: ELFCLASS32 4 Data: ELFDATA2LSB 5 Type: ET_EXEC 6 Machine: EM_ARM 7Sections: 8 - Name: .text 9 Type: SHT_PROGBITS 10 Flags: [ SHF_ALLOC, SHF_EXECINSTR ] 11 Address: 0x1000 12 AddressAlign: 0x4 13 Content: "c3c3c3c3" 14 - Name: .data 15 Type: SHT_PROGBITS 16 Flags: [ SHF_ALLOC ] 17 Address: 0x2000 18 AddressAlign: 0x4 19 Content: "3232" 20ProgramHeaders: 21 - Type: PT_LOAD 22 Flags: [ PF_X, PF_R ] 23 VAddr: 0x1000 24 PAddr: 0x1000 25 Align: 0x4 26 FirstSec: .text 27 LastSec: .text 28 - Type: PT_LOAD 29 Flags: [ PF_R, PF_W ] 30 VAddr: 0x2000 31 PAddr: 0x1004 32 Align: 0x4 33 FirstSec: .data 34 LastSec: .data 35 36