Caleb Gardner 06b188d53c Restarted some stuff so I can do it better.
Made a reader that can reade across data blocks if necessary
Still can't get things to read right
2020-11-13 16:11:44 -06:00
2020-11-08 11:41:05 -06:00
2020-11-08 11:06:38 -06:00
2020-11-13 04:47:54 -06:00

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

Not Working (Yet). Roughly in order.

  • Actually reading the compressed data
  • Reading Inodes
  • Reading the Directory structure
  • Implement other compression types
  • Squashing

Where I'm at

  • Redid a bunch. Implemented a custom reader that can read across blocks.
    • As of yet, doesn't seem to be reading things quite right (seems to be issue with encryption reading)
S
Description
A Go library to read squashfs archives.
Readme MIT 15 MiB
2026-03-08 06:11:15 -05:00
Languages
Go 100%