-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Binwalk‐UI
devttys0 edited this page Oct 18, 2024
·
2 revisions
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 where binwalk resides.
Tip
The default binwalk-ui log level is info; you can override this by setting the RUST_LOG environment variable.