vasi / squashfuse

FUSE filesystem to mount squashfs archives
Other
291 stars 66 forks source link

squashfuse_extract #13

Closed probonopd closed 7 years ago

probonopd commented 7 years ago

If would be nice if there was a tool to extract rather than list the files in a squashfs file, similar to squashfuse_ls.

probonopd commented 7 years ago

@vasi gave me hints to use the following:

probonopd commented 7 years ago

I have started a (very) simplistic tool to extract regular files and directories from a squashfs file at https://github.com/probonopd/squashfuse/blob/master/extract.c