libsquash icon indicating copy to clipboard operation
libsquash copied to clipboard

Portable, user-land SquashFS that can be easily linked and embedded within your application.

Results 4 libsquash issues
Sort by recently updated
recently updated
newest added

I'm gettin unresolved symbols even though I'm linking with libsquash.a, am I missing some other library? I see these symbols in libsquash.a's symbol table so I'm not sure what is...

@cheongpeibin Hi Pei Bin, thank you for reporting the issue. I briefly looked at the line. It appeared that the code there is trying to read the current offset, record...

Hello, thanks for this useful library. I am trying to extract a file but I am getting `This doesn't look like a squashfs image.` ``` /* Compile with: gcc -o...