You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.