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

image

[!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 where binwalk resides.

[!TIP] The default binwalk-ui log level is info; you can override this by setting the RUST_LOG environment variable.