xar unarchiver (.xar, .pkg, .xip)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add README.md

Robin Broda 1920e9be

+28
+28
README.md
··· 1 + # czar 2 + 3 + clean-room implementation of a [XAR](https://en.wikipedia.org/wiki/Xar_%28archiver%29) unarchiver 4 + 5 + ## status 6 + 7 + - [ ] Header 8 + - [x] Magic 9 + - [x] Header size 10 + - [x] Version 11 + - [x] TOC length (compressed) 12 + - [x] TOC length (uncompressed) 13 + - [ ] Checksum algorithm 14 + - [x] None 15 + - [x] SHA1 16 + - [x] MD5 17 + - [ ] Custom 18 + - [ ] TOC 19 + - [x] Extraction 20 + - [ ] Parsing 21 + - [ ] Heap 22 + - [ ] Extraction 23 + - [ ] gzip 24 + - [ ] bzip2 25 + 26 + --- 27 + 28 + This project, initially authored by Robin Broda in 2018, is licensed under the GNU Lesser General Public License v3.0