Updated README

This commit is contained in:
Caleb Gardner
2020-11-20 17:03:16 -06:00
parent fd69ad54c6
commit 9d03089530
+3 -3
View File
@@ -11,7 +11,7 @@ Thanks also to [distri's squashfs library](https://github.com/distr1/distri/tree
# Working
* Reading the header
* Reading data blocks (whether encrypted or not)
* Reading metadata blocks (whether encrypted or not)
* Reading inodes
* Reading directories
* Basic gzip compression (Shouldn't be too hard to implement other, but for right now, this works)
@@ -20,7 +20,7 @@ Thanks also to [distri's squashfs library](https://github.com/distr1/distri/tree
# Not Working (Yet). Roughly in order.
* Give a list of files
* In string & io.FileStat (?) form
* In io.FileStat (?) form
* Figure out fragments
* Extracting files
* from inodes.
@@ -32,4 +32,4 @@ Thanks also to [distri's squashfs library](https://github.com/distr1/distri/tree
# Where I'm at.
* Started work on fragments
* Working on reading data blocks