如何检查 .torrent 文件?
检查 .torrent 文件的内容
我尝试使用$ od -c xyz.torrent
该文件的某些内容是纯文本形式,例如有关跟踪器、创建日期、使用的编码、长度和数量的信息但其余部分已编码。有人可以告诉我如何检查 torrent 文件,以便我可以解码所有内容。
I tried to examine the content of a .torrent file using a
$ od -c xyz.torrent
Some of the content of the file is in plain text like the information regarding the trackers, creation date, the encoding used,the length and the number of pieces but the rest is encoded. Can somebody please tell me how i can examine the torrent file so that i can decode everything.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
.torrent
文件是编码字典更多信息
.torrent
files are bencoded dictionariesMore information
使用 pyrscope 包中的 lstor:https://code.google.com/p/pyrscope/wiki/CommandLineTools#lstor
它可以漂亮地打印 .torrent 文件的内容。
Use lstor from the pyroscope package: https://code.google.com/p/pyroscope/wiki/CommandLineTools#lstor
It pretty-prints the contents of .torrent files.