fkie-cad / fact_extractor

Standalone Utility for FACT-like extraction
GNU General Public License v3.0
80 stars 31 forks source link

squashfs unpacker is broken #5

Closed weidenba closed 5 years ago

weidenba commented 5 years ago

/usr/bin/fakeroot: 175: /usr/bin/fakeroot: /opt/app/fact extractor/plugins/unpacking/squashFS/code/../bin/unsquashfs4-avm-be: not found

any avm firmware should reproduce this

dorpvom commented 5 years ago

I can verify this. The tools are not compiled:

Makefile:90: *** Running makefile as root is prohibited! Please build Freetz as normal user.  Stop.
cp: cannot stat 'tools/unsquashfs4-avm-be': No such file or directory
cp: cannot stat 'tools/unsquashfs4-avm-le': No such file or directory
cp: cannot stat 'tools/unsquashfs3-multi': No such file or directory

Let's find out how we can get around this ...

weidenba commented 5 years ago

fixed in #8