themactep.com

A home of miscellaneous projects by Paul Philippov.

Notes

How to install binwalk with jffs, ubi, and cramfs support

https://github.com/sviehb/jefferson

sudo apt update
sudo apt install build-essential liblzma-dev liblzo2-dev lzop pipx zlib1g-dev 

pipx install jefferson
pipx install ubi_reader

git clone https://github.com/davidribyrne/cramfs
cd cramfs
make
sudo make install
cd ..

git clone https://github.com/themactep/sasquatch.git
cd sasquatch
./build.sh
cd ..


sudo apt install binwalk