Some beginning work on squashfs.Writer

Just laying out some of the functions and what they do.
This commit is contained in:
Caleb Gardner
2021-01-01 10:54:09 -06:00
parent 7f87999a8f
commit 162b228881
4 changed files with 68 additions and 12 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ Currently has support for reading squashfs files and extracting files and folder
The only major thing missing from squashfs reading is Xattr parsing.
Special thanks to https://dr-emann.github.io/squashfs/ for some VERY important information in an easy to understand format.
Special thanks to <https://dr-emann.github.io/squashfs/> for some VERY important information in an easy to understand format.
Thanks also to [distri's squashfs library](https://github.com/distr1/distri/tree/master/internal/squashfs) as I referenced it to figure some things out (and double check others).
# [TODO](https://github.com/CalebQ42/squashfs/projects/1?fullscreen=true)
## [TODO](https://github.com/CalebQ42/squashfs/projects/1?fullscreen=true)