f135457443a604717c0de066b7ad34e1fb2332f4
GoSquashfs
My playground to mess around with Squashfs in Go. Might turn into an actual library someday. Mainly for AppImage
Right Now it's mostly based on distri's squashfs library
Special thanks to https://dr-emann.github.io/squashfs/ for some VERY important information in an easy to understand format
I am focusing purely on unsquashing before squashing.
Working
- Reading the header
- (Maybe) reading gzip compressed data
Not Working (Yet). Roughly in order.
- Actually reading the compressed data
- Reading Inodes
- Reading the Directory structure
- Implement other compression types
- Squashing
Description
Releases
55
Minor `read` fix
Latest
Languages
Go
100%