Advertisement
Guest User

Untitled

a guest
Mar 10th, 2021
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.74 KB | None | 0 0
  1. readelf test -a
  2.  
  3. ELF Header:
  4. Magic: 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00
  5. Class: ELF64
  6. Data: 2's complement, little endian
  7. Version: 1 (current)
  8. OS/ABI: UNIX - System V
  9. ABI Version: 0
  10. Type: DYN (Shared object file)
  11. Machine: Advanced Micro Devices X86-64
  12. Version: 0x1
  13. Entry point address: 0x356
  14. Start of program headers: 64 (bytes into file)
  15. Start of section headers: 17544 (bytes into file)
  16. Flags: 0x0
  17. Size of this header: 64 (bytes)
  18. Size of program headers: 56 (bytes)
  19. Number of program headers: 7
  20. Size of section headers: 64 (bytes)
  21. Number of section headers: 13
  22. Section header string table index: 12
  23.  
  24. Section Headers:
  25. [Nr] Name Type Address Offset
  26. Size EntSize Flags Link Info Align
  27. [ 0] NULL 0000000000000000 00000000
  28. 0000000000000000 0000000000000000 0 0 0
  29. [ 1] .interp PROGBITS 00000000000001c8 000001c8
  30. 000000000000001c 0000000000000000 A 0 0 1
  31. [ 2] .note.gnu.build-i NOTE 00000000000001e4 000001e4
  32. 0000000000000024 0000000000000000 A 0 0 4
  33. [ 3] .gnu.hash GNU_HASH 0000000000000208 00000208
  34. 000000000000001c 0000000000000000 A 4 0 8
  35. [ 4] .dynsym DYNSYM 0000000000000228 00000228
  36. 0000000000000018 0000000000000018 A 5 1 8
  37. [ 5] .dynstr STRTAB 0000000000000240 00000240
  38. 0000000000000001 0000000000000000 A 0 0 1
  39. [ 6] .text PROGBITS 0000000000000241 00000241
  40. 0000000000000126 0000000000000000 AX 0 0 1
  41. [ 7] .eh_frame PROGBITS 0000000000000368 00000368
  42. 0000000000000000 0000000000000000 A 0 0 8
  43. [ 8] .dynamic DYNAMIC 0000000000200f20 00000f20
  44. 00000000000000e0 0000000000000010 WA 5 0 8
  45. [ 9] .data PROGBITS 0000000000201000 00001000
  46. 0000000000003041 0000000000000000 WA 0 0 1
  47. [10] .symtab SYMTAB 0000000000000000 00004048
  48. 00000000000002e8 0000000000000018 11 27 8
  49. [11] .strtab STRTAB 0000000000000000 00004330
  50. 00000000000000e2 0000000000000000 0 0 1
  51. [12] .shstrtab STRTAB 0000000000000000 00004412
  52. 000000000000006f 0000000000000000 0 0 1
  53.  
  54. Key to Flags:
  55. W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
  56. L (link order), O (extra OS processing required), G (group), T (TLS),
  57. C (compressed), x (unknown), o (OS specific), E (exclude),
  58. l (large), p (processor specific)
  59.  
  60. There are no section groups in this file.
  61.  
  62. Program Headers:
  63. Type Offset VirtAddr PhysAddr
  64. FileSiz MemSiz Flags Align
  65. PHDR 0x0000000000000040 0x0000000000000040 0x0000000000000040
  66. 0x0000000000000188 0x0000000000000188 R 0x8
  67. INTERP 0x00000000000001c8 0x00000000000001c8 0x00000000000001c8
  68. 0x000000000000001c 0x000000000000001c R 0x1
  69. [Requesting program interpreter: /lib64/ld-linux-x86-64.so.2]
  70. LOAD 0x0000000000000000 0x0000000000000000 0x0000000000000000
  71. 0x0000000000000368 0x0000000000000368 R E 0x200000
  72. LOAD 0x0000000000000f20 0x0000000000200f20 0x0000000000200f20
  73. 0x0000000000003121 0x0000000000003121 RW 0x200000
  74. DYNAMIC 0x0000000000000f20 0x0000000000200f20 0x0000000000200f20
  75. 0x00000000000000e0 0x00000000000000e0 RW 0x8
  76. NOTE 0x00000000000001e4 0x00000000000001e4 0x00000000000001e4
  77. 0x0000000000000024 0x0000000000000024 R 0x4
  78. GNU_RELRO 0x0000000000000f20 0x0000000000200f20 0x0000000000200f20
  79. 0x00000000000000e0 0x00000000000000e0 R 0x1
  80.  
  81. Section to Segment mapping:
  82. Segment Sections...
  83. 00
  84. 01 .interp
  85. 02 .interp .note.gnu.build-id .gnu.hash .dynsym .dynstr .text
  86. 03 .dynamic .data
  87. 04 .dynamic
  88. 05 .note.gnu.build-id
  89. 06 .dynamic
  90.  
  91. Dynamic section at offset 0xf20 contains 9 entries:
  92. Tag Type Name/Value
  93. 0x000000006ffffef5 (GNU_HASH) 0x208
  94. 0x0000000000000005 (STRTAB) 0x240
  95. 0x0000000000000006 (SYMTAB) 0x228
  96. 0x000000000000000a (STRSZ) 1 (bytes)
  97. 0x000000000000000b (SYMENT) 24 (bytes)
  98. 0x0000000000000015 (DEBUG) 0x0
  99. 0x000000000000001e (FLAGS) BIND_NOW
  100. 0x000000006ffffffb (FLAGS_1) Flags: NOW PIE
  101. 0x0000000000000000 (NULL) 0x0
  102.  
  103. There are no relocations in this file.
  104.  
  105.  
  106. The decoding of unwind sections for machine type Advanced Micro Devices X86-64 is not currently supported.
  107.  
  108. Symbol table '.dynsym' contains 1 entry:
  109. Num: Value Size Type Bind Vis Ndx Name
  110. 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND
  111.  
  112. Symbol table '.symtab' contains 31 entries:
  113. Num: Value Size Type Bind Vis Ndx Name
  114. 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND
  115. 1: 00000000000001c8 0 SECTION LOCAL DEFAULT 1
  116. 2: 00000000000001e4 0 SECTION LOCAL DEFAULT 2
  117. 3: 0000000000000208 0 SECTION LOCAL DEFAULT 3
  118. 4: 0000000000000228 0 SECTION LOCAL DEFAULT 4
  119. 5: 0000000000000240 0 SECTION LOCAL DEFAULT 5
  120. 6: 0000000000000241 0 SECTION LOCAL DEFAULT 6
  121. 7: 0000000000000368 0 SECTION LOCAL DEFAULT 7
  122. 8: 0000000000200f20 0 SECTION LOCAL DEFAULT 8
  123. 9: 0000000000201000 0 SECTION LOCAL DEFAULT 9
  124. 10: 0000000000000000 0 FILE LOCAL DEFAULT ABS /tmp/ccX5oduP.o
  125. 11: 0000000000201000 0 NOTYPE LOCAL DEFAULT 9 linked_space
  126. 12: 0000000000204000 0 NOTYPE LOCAL DEFAULT 9 list_head
  127. 13: 0000000000204010 0 NOTYPE LOCAL DEFAULT 9 opening_bracket
  128. 14: 0000000000204011 0 NOTYPE LOCAL DEFAULT 9 straight_line
  129. 15: 0000000000204012 0 NOTYPE LOCAL DEFAULT 9 closing_part
  130. 16: 0000000000204017 0 NOTYPE LOCAL DEFAULT 9 last_part
  131. 17: 0000000000204024 0 NOTYPE LOCAL DEFAULT 9 cut_error_text
  132. 18: 0000000000000241 0 NOTYPE LOCAL DEFAULT 6 add_head
  133. 19: 0000000000000265 0 NOTYPE LOCAL DEFAULT 6 cut_head
  134. 20: 0000000000000281 0 NOTYPE LOCAL DEFAULT 6 cut_error
  135. 21: 00000000000002a0 0 NOTYPE LOCAL DEFAULT 6 pre_print
  136. 22: 00000000000002a8 0 NOTYPE LOCAL DEFAULT 6 print_node
  137. 23: 0000000000000327 0 NOTYPE LOCAL DEFAULT 6 return_printing
  138. 24: 0000000000000347 0 NOTYPE LOCAL DEFAULT 6 list_initialization
  139. 25: 0000000000000000 0 FILE LOCAL DEFAULT ABS
  140. 26: 0000000000200f20 0 OBJECT LOCAL DEFAULT 8 _DYNAMIC
  141. 27: 0000000000000356 0 NOTYPE GLOBAL DEFAULT 6 _start
  142. 28: 0000000000204041 0 NOTYPE GLOBAL DEFAULT 9 __bss_start
  143. 29: 0000000000204041 0 NOTYPE GLOBAL DEFAULT 9 _edata
  144. 30: 0000000000204048 0 NOTYPE GLOBAL DEFAULT 9 _end
  145.  
  146. No version information found in this file.
  147.  
  148. Displaying notes found in: .note.gnu.build-id
  149. Owner Data size Description
  150. GNU 0x00000014 NT_GNU_BUILD_ID (unique build ID bitstring)
  151. Build ID: dd6c638c7b1881b0c0f04af36be25961ce14c85c
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement