A simple parser and a simple archiver for tarballs.
This project was created as a way for the author to study how a tar archive is made.
It is not thoroughly tested and it has no unit tests so keep that in mind while using it :)
- g++(c++-20 support is needed)
- make
- git clone https://github.com/marprok/tar-tools.git
- cd tar-tools
- make parser
- make archiver