tweak-wrapper
Efficient text-mode hex editor
Install
- All systems
-
curl cmd.cat/tweak-wrapper.sh
- Debian
-
apt-get install tweak
- Ubuntu
-
apt-get install tweak
- Kali Linux
-
apt-get install tweak
- Fedora
-
dnf install tweak
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install tweak
- Raspbian
-
apt-get install tweak
- Dockerfile
- dockerfile.run/tweak-wrapper
tweak
Efficient text-mode hex editor
Tweak is a hex editor. It allows you to edit a file at very low level, letting you see the full and exact binary contents of the file. It can be useful for modifying binary files such as executables, editing disk or CD images, debugging programs that generate binary file formats incorrectly, and many other things. Tweak runs under any terminal emulator using the curses library. It has customizable keybindings, but the default keybindings are similar to emacs.