From 9d03089530624664d36652dbd57dadbcae4e6ffe Mon Sep 17 00:00:00 2001 From: Caleb Gardner Date: Fri, 20 Nov 2020 17:03:16 -0600 Subject: [PATCH] Updated README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d2f4b6f..6527d96 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +* Working on reading data blocks \ No newline at end of file