Advertisement
Rhilip

bencode result for each library

Apr 29th, 2019
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.36 KB | None | 0 0
  1. Raw Sting:d4:infod6:lengthi364e4:name8:test.rare3:inti1548400939e4:listl5:UTF-83:GBKe6:string13:uTorrent/3130e
  2.  
  3. NexusPHP(benc.php)
  4. Array
  5. (
  6. [type] => dictionary
  7. [value] => Array
  8. (
  9. [info] => Array
  10. (
  11. [type] => dictionary
  12. [value] => Array
  13. (
  14. [length] => Array
  15. (
  16. [type] => integer
  17. [value] => 364
  18. [strlen] => 5
  19. [string] => i364e
  20. )
  21.  
  22. [name] => Array
  23. (
  24. [type] => string
  25. [value] => test.rar
  26. [strlen] => 10
  27. [string] => 8:test.rar
  28. )
  29.  
  30. )
  31.  
  32. [strlen] => 31
  33. [string] => d6:lengthi364e4:name8:test.rare
  34. )
  35.  
  36. [int] => Array
  37. (
  38. [type] => integer
  39. [value] => 1548400939
  40. [strlen] => 12
  41. [string] => i1548400939e
  42. )
  43.  
  44. [list] => Array
  45. (
  46. [type] => list
  47. [value] => Array
  48. (
  49. [0] => Array
  50. (
  51. [type] => string
  52. [value] => UTF-8
  53. [strlen] => 7
  54. [string] => 5:UTF-8
  55. )
  56.  
  57. [1] => Array
  58. (
  59. [type] => string
  60. [value] => GBK
  61. [strlen] => 5
  62. [string] => 3:GBK
  63. )
  64.  
  65. )
  66.  
  67. [strlen] => 14
  68. [string] => l5:UTF-83:GBKe
  69. )
  70.  
  71. [string] => Array
  72. (
  73. [type] => string
  74. [value] => uTorrent/3130
  75. [strlen] => 16
  76. [string] => 13:uTorrent/3130
  77. )
  78.  
  79. )
  80.  
  81. [strlen] => 100
  82. [string] => d4:infod6:lengthi364e4:name8:test.rare3:inti1548400939e4:listl5:UTF-83:GBKe6:string13:uTorrent/3130e
  83. )
  84.  
  85. RidPT(Bencode.php)
  86. Array
  87. (
  88. [info] => Array
  89. (
  90. [length] => 364
  91. [name] => test.rar
  92. )
  93.  
  94. [int] => 1548400939
  95. [list] => Array
  96. (
  97. [0] => UTF-8
  98. [1] => GBK
  99. )
  100.  
  101. [string] => uTorrent/3130
  102. )
  103.  
  104. sandfoxme/bencode
  105. Array
  106. (
  107. [info] => Array
  108. (
  109. [length] => 364
  110. [name] => test.rar
  111. )
  112.  
  113. [int] => 1548400939
  114. [list] => Array
  115. (
  116. [0] => UTF-8
  117. [1] => GBK
  118. )
  119.  
  120. [string] => uTorrent/3130
  121. )
  122.  
  123. rych/bencode
  124. Array
  125. (
  126. [info] => Array
  127. (
  128. [length] => 364
  129. [name] => test.rar
  130. )
  131.  
  132. [int] => 1548400939
  133. [list] => Array
  134. (
  135. [0] => UTF-8
  136. [1] => GBK
  137. )
  138.  
  139. [string] => uTorrent/3130
  140. )
  141.  
  142. dsmithhayes/bencode
  143. Array
  144. (
  145. [info] => Array
  146. (
  147. )
  148.  
  149. )
  150.  
  151. s9e/Bencode
  152. ArrayObject Object
  153. (
  154. [storage:ArrayObject:private] => Array
  155. (
  156. [info] => ArrayObject Object
  157. (
  158. [storage:ArrayObject:private] => Array
  159. (
  160. [length] => 364
  161. [name] => test.rar
  162. )
  163.  
  164. )
  165.  
  166. [int] => 1548400939
  167. [list] => Array
  168. (
  169. [0] => UTF-8
  170. [1] => GBK
  171. )
  172.  
  173. [string] => uTorrent/3130
  174. )
  175.  
  176. )
  177.  
  178. nrk/bencoder
  179. Array
  180. (
  181. [info] => Array
  182. (
  183. [length] => 364
  184. [name] => test.rar
  185. )
  186.  
  187. [int] => 1548400939
  188. [list] => Array
  189. (
  190. [0] => UTF-8
  191. [1] => GBK
  192. )
  193.  
  194. [string] => uTorrent/3130
  195. )
  196.  
  197. pure-bencode/pure-bencode
  198. Array
  199. (
  200. [info] => Array
  201. (
  202. [length] => 364
  203. [name] => test.rar
  204. )
  205.  
  206. [int] => 1548400939
  207. [list] => Array
  208. (
  209. [0] => UTF-8
  210. [1] => GBK
  211. )
  212.  
  213. [string] => uTorrent/3130
  214. )
  215.  
  216. ppokatilo/bencode
  217. stdClass Object
  218. (
  219. [info] => stdClass Object
  220. (
  221. [length] => 364
  222. [name] => test.rar
  223. )
  224.  
  225. [int] => 1548400939
  226. [list] => Array
  227. (
  228. [0] => UTF-8
  229. [1] => GBK
  230. )
  231.  
  232. [string] => uTorrent/3130
  233. )
  234.  
  235. akatsuki/bencode
  236. Array
  237. (
  238. [info] => Array
  239. (
  240. [length] => 364
  241. [name] => test.rar
  242. )
  243.  
  244. [int] => 1548400939
  245. [list] => Array
  246. (
  247. [0] => UTF-8
  248. [1] => GBK
  249. )
  250.  
  251. [string] => uTorrent/3130
  252. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement