Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 317 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 317 Bytes

torrent-file-reader

Reads a torrent file into memory

This is a quick little project I wrote because I was curious about the format of a torrent file.

It requires boost to build. It should build on any platform, eventhough just a g++ Makefile is included.

Feel free to use in any way you wish.