Advertisement
Guest User

Untitled

a guest
Feb 28th, 2012
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. ELF Header:
  2. Magic: 7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
  3. Class: ELF32
  4. Data: 2's complement, little endian
  5. Version: 1 (current)
  6. OS/ABI: UNIX - System V
  7. ABI Version: 0
  8. Type: EXEC (Executable file)
  9. Machine: ARM
  10. Version: 0x1
  11. Entry point address: 0x0
  12. Start of program headers: 52 (bytes into file)
  13. Start of section headers: 154188 (bytes into file)
  14. Flags: 0x5000000, Version5 EABI
  15. Size of this header: 52 (bytes)
  16. Size of program headers: 32 (bytes)
  17. Number of program headers: 3
  18. Size of section headers: 40 (bytes)
  19. Number of section headers: 12
  20. Section header string table index: 9
  21.  
  22. Section Headers:
  23. [Nr] Name Type Addr Off Size ES Flg Lk Inf Al
  24. [ 0] NULL 00000000 000000 000000 00 0 0 0
  25. [ 1] .intvect PROGBITS 00000000 008000 000044 00 AX 0 0 4
  26. [ 2] .text PROGBITS 60700000 010000 00a4e8 00 AX 0 0 4
  27. [ 3] .data PROGBITS 6070a4e8 01a4e8 0088f4 00 WA 0 0 4
  28. [ 4] .idata PROGBITS 60712ddc 022ddc 0003c0 00 AX 0 0 4
  29. [ 5] .stack PROGBITS 6071319c 02319c 002800 00 W 0 0 1
  30. [ 6] .bss NOBITS 607159a0 0259a0 034704 00 WA 0 0 32
  31. [ 7] .ARM.attributes ARM_ATTRIBUTES 00000000 02599c 000027 00 0 0 1
  32. [ 8] .comment PROGBITS 00000000 0259c3 00002d 01 MS 0 0 1
  33. [ 9] .shstrtab STRTAB 00000000 0259f0 00005c 00 0 0 1
  34. [10] .symtab SYMTAB 00000000 025c2c 003ab0 10 11 688 4
  35. [11] .strtab STRTAB 00000000 0296dc 0015ff 00 0 0 1
  36. Key to Flags:
  37. W (write), A (alloc), X (execute), M (merge), S (strings)
  38. I (info), L (link order), G (group), T (TLS), E (exclude), x (unknown)
  39. O (extra OS processing required) o (OS specific), p (processor specific)
  40.  
  41. Program Headers:
  42. Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
  43. LOAD 0x008000 0x00000000 0x60000000 0x00044 0x00044 R E 0x8000
  44. LOAD 0x010000 0x60700000 0x60000044 0x1319c 0x1319c RWE 0x8000
  45. LOAD 0x0259a0 0x607159a0 0x600131e0 0x00000 0x34704 RW 0x8000
  46.  
  47. Section to Segment mapping:
  48. Segment Sections...
  49. 00 .intvect
  50. 01 .text .data .idata
  51. 02 .bss
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement