2021-01-29 12:55:57 -06:00
2020-11-08 11:41:05 -06:00
2021-01-17 02:09:13 -06:00
2021-01-09 02:30:04 -06:00
2021-01-29 12:55:57 -06:00
2021-01-29 12:55:57 -06:00
2021-01-16 03:09:48 -06:00
2021-01-29 12:55:57 -06:00
2020-11-08 11:06:38 -06:00
2021-01-29 12:55:57 -06:00
2021-01-17 02:09:13 -06:00
2021-01-20 14:10:14 -06:00

squashfs (WIP)

PkgGoDev Go Report Card

A PURE Go library to read and write squashfs.

Currently has support for reading squashfs files and extracting files and folders. Supports all compression types except LZO, but additional compression options are hit or miss.

The only major thing missing from squashfs reading is Xattr parsing.

Special thanks to https://dr-emann.github.io/squashfs/ for some VERY important information in an easy to understand format. Thanks also to distri's squashfs library as I referenced it to figure some things out (and double check others).

Performane

This library, decompressing the firefox AppImage and using go tests, takes about twice as long as unsquashfs on my quad core laptop. (~1 second with the libarary and about half a second with unsquashfs)

TODO

S
Description
A Go library to read squashfs archives.
Readme MIT 15 MiB
2026-03-08 06:11:15 -05:00
Languages
Go 100%