fkie-cad / fact_extractor

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

path bug in AVM kernel extractor #64

Closed jstucke closed 3 years ago

jstucke commented 3 years ago

The unpack-kernel tool which gets called in avm_kernel_image.py tries to call unlzma but can't find it:

ERROR: this script requires unlzma tool which is not found on your system, expected location of the tool is "/opt/app/fact extractor/bin/unlzma"

unlzma seems to be installed but the tool expects it in the same directory.

Fix: adding a symlink to the bin directory should fix this