hexeditor
Edit files/disks in hex, ASCII and EBCDIC
Install
- All systems
-
curl cmd.cat/hexeditor.sh
- Debian
-
apt-get install ncurses-hexedit
- Ubuntu
-
apt-get install ncurses-hexedit
- Kali Linux
-
apt-get install ncurses-hexedit
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ncurses-hexedit
- Raspbian
-
apt-get install ncurses-hexedit
- Dockerfile
- dockerfile.run/hexeditor
ncurses-hexedit
Edit files/disks in hex, ASCII and EBCDIC
Hexedit is a file editor which allows editing and viewing a file in hexadecimal, along with its ASCII or EBCDIC text equivalent. Standard editing features include insert, delete, search (text or byte searches), highlighted changes, undo, two different viewing formats, and full screen text snapshots. Allows editing of fixed disks as well. Includes a binary/octal/decimal/hex converter.