Binwalk‐UI - ReFirmLabs/binwalk GitHub Wiki
The binwalk-ui bash script uses the screen window manager to simultaneously display Binwalk's terminal output and log information in a split-screen window:
binwalk-ui -Me /tmp/firmware.bin
[!NOTE] You must have the
screen
utility installed:sudo apt install screen
[!TIP] The
binwalk-ui
script expects the Binwalk binary to be located at./target/release/binwalk
.If you have Binwalk installed elsewhere, set the
BINWALK_PATH
environment variable to the path wherebinwalk
resides.
[!TIP] The default
binwalk-ui
log level isinfo
; you can override this by setting the RUST_LOG environment variable.