Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. ELF Header:
  2. Magic: 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00
  3. Class: ELF64
  4. Data: 2's complement, little endian
  5. Version: 1 (current)
  6. OS/ABI: UNIX - System V
  7. ABI Version: 0
  8. Type: REL (Relocatable file)
  9. Machine: <unknown>: 0xaf
  10. Version: 0x1
  11. Entry point address: 0x0
  12. Start of program headers: 0 (bytes into file)
  13. Start of section headers: 19392 (bytes into file)
  14. Flags: 0x4000000
  15. Size of this header: 64 (bytes)
  16. Size of program headers: 0 (bytes)
  17. Number of program headers: 0
  18. Size of section headers: 64 (bytes)
  19. Number of section headers: 16
  20. Section header string table index: 15
  21.  
  22. Section Headers:
  23. [Nr] Name Type Address Offset
  24. Size EntSize Flags Link Info Align
  25. [ 0] NULL 0000000000000000 00000000
  26. 0000000000000000 0000000000000000 0 0 0
  27. [ 1] .text PROGBITS 0000000000000000 00000040
  28. 0000000000000e78 0000000000000000 AX 0 0 8
  29. [ 2] .rela.text RELA 0000000000000000 000040a8
  30. 0000000000000780 0000000000000018 I 13 1 8
  31. [ 3] .data PROGBITS 0000000000000000 00000eb8
  32. 0000000000000000 0000000000000000 WA 0 0 1
  33. [ 4] .bss NOBITS 0000000000000000 00000ec0
  34. 0000000000000020 0000000000000000 WA 0 0 16
  35. [ 5] .rodata PROGBITS 0000000000000000 00000ec0
  36. 0000000000000019 0000000000000000 A 0 0 16
  37. [ 6] .debug_info PROGBITS 0000000000000000 00000ed9
  38. 0000000000001d51 0000000000000000 0 0 1
  39. [ 7] .rela.debug_info RELA 0000000000000000 00004828
  40. 0000000000000030 0000000000000018 I 13 6 8
  41. [ 8] .debug_abbrev PROGBITS 0000000000000000 00002c2a
  42. 00000000000002b9 0000000000000000 0 0 1
  43. [ 9] .debug_line PROGBITS 0000000000000000 00002ee3
  44. 00000000000003b9 0000000000000000 0 0 1
  45. [10] .rela.debug_line RELA 0000000000000000 00004858
  46. 00000000000002d0 0000000000000018 I 13 9 8
  47. [11] .debug_pubnames PROGBITS 0000000000000000 0000329c
  48. 0000000000000752 0000000000000000 0 0 1
  49. [12] .rela.debug_pubna RELA 0000000000000000 00004b28
  50. 0000000000000018 0000000000000018 I 13 11 8
  51. [13] .symtab SYMTAB 0000000000000000 000039f0
  52. 0000000000000438 0000000000000018 14 11 8
  53. [14] .strtab STRTAB 0000000000000000 00003e28
  54. 000000000000027c 0000000000000000 0 0 1
  55. [15] .shstrtab STRTAB 0000000000000000 00004b40
  56. 000000000000007e 0000000000000000 0 0 1
  57. Key to Flags:
  58. W (write), A (alloc), X (execute), M (merge), S (strings)
  59. I (info), L (link order), G (group), x (unknown)
  60. O (extra OS processing required) o (OS specific), p (processor specific)
  61.  
  62. There are no program headers in this file.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement