dhex
ncurses based hex editor with diff mode
Install
- All systems
-
curl cmd.cat/dhex.sh
- Debian
-
apt-get install dhex
- Ubuntu
-
apt-get install dhex
- Arch Linux
-
pacman -S dhex
- Kali Linux
-
apt-get install dhex
- Fedora
-
dnf install dhex
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install dhex
- OS X
-
brew install dhex
- Raspbian
-
apt-get install dhex
- Dockerfile
- dockerfile.run/dhex
dhex
ncurses based hex editor with diff mode
dhex is more than just another hex editor: It includes a diff mode, which can be used to easily and conveniently compare two binary files. Since it is based on ncurses and is themeable, it can run on any number of systems and scenarios. With its utilization of search logs, it is possible to track changes in different iterations of files easily.