sasquatch
sasquatch copied to clipboard
Trying to extract a squashfs image which was extracted from a firmware bin but i get this error : |`read_fragment_table: failed to read fragment table block` `FATAL ERROR:failed to read...
I've been fuzzing sasquatch (in particular the fork by @gcanalesb, which fixes a number of bugs I found in this release) and ran into a number of crashes which persisted....
Fails with this firmware: http://downloads.linksys.com/downloads/firmware/1224681522523/FW_E900_v1.0.06.002_US_20150108.bin When using `-p 1` (single-threaded) this issue does not occur. ``` gdb --args ~/tmp/sasquatch/sasquatch -trace 14FE20.squashfs ... squashfs: Attempting to decompress: [0x68 0x3B 0xDE 0xDE...
Seems there are some compilation issues when building under WSL.
## Overview Create a Dockerfile to enable a portable build environment, and sync patch to build with `squashfs-tools` 4.4 ## Details The Dockerfile is based on Ubuntu 24.04, and uses...