如何检查 .torrent 文件?
Posted
技术标签:
【中文标题】如何检查 .torrent 文件?【英文标题】:How to examine .torrent file? 【发布时间】:2011-08-28 18:50:53 【问题描述】:我尝试使用一个检查 .torrent 文件的内容
$ od -c xyz.torrent
文件的某些内容是纯文本形式,例如有关跟踪器、创建日期、使用的编码、长度和片段数的信息,但其余部分是编码的。有人可以告诉我如何检查种子文件,以便我可以解码所有内容。
【问题讨论】:
【参考方案1】:.torrent
files are bencoded dictionariesMore information
【讨论】:
【参考方案2】:使用 pyroscope 包中的 lstor:https://code.google.com/p/pyroscope/wiki/CommandLineTools#lstor
它漂亮地打印 .torrent 文件的内容。
【讨论】:
以上是关于如何检查 .torrent 文件?的主要内容,如果未能解决你的问题,请参考以下文章