Updated README
This commit is contained in:
@@ -11,7 +11,7 @@ Thanks also to [distri's squashfs library](https://github.com/distr1/distri/tree
|
|||||||
# Working
|
# Working
|
||||||
|
|
||||||
* Reading the header
|
* Reading the header
|
||||||
* Reading data blocks (whether encrypted or not)
|
* Reading metadata blocks (whether encrypted or not)
|
||||||
* Reading inodes
|
* Reading inodes
|
||||||
* Reading directories
|
* Reading directories
|
||||||
* Basic gzip compression (Shouldn't be too hard to implement other, but for right now, this works)
|
* 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.
|
# Not Working (Yet). Roughly in order.
|
||||||
|
|
||||||
* Give a list of files
|
* Give a list of files
|
||||||
* In string & io.FileStat (?) form
|
* In io.FileStat (?) form
|
||||||
* Figure out fragments
|
* Figure out fragments
|
||||||
* Extracting files
|
* Extracting files
|
||||||
* from inodes.
|
* from inodes.
|
||||||
@@ -32,4 +32,4 @@ Thanks also to [distri's squashfs library](https://github.com/distr1/distri/tree
|
|||||||
|
|
||||||
# Where I'm at.
|
# Where I'm at.
|
||||||
|
|
||||||
* Started work on fragments
|
* Working on reading data blocks
|
||||||
Reference in New Issue
Block a user