shed
simple hex editor with a pico-style interface
Install
- All systems
-
curl cmd.cat/shed.sh
- Debian
-
apt-get install shed
- Ubuntu
-
apt-get install shed
- Kali Linux
-
apt-get install shed
- Fedora
-
dnf install shed
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install shed
- Raspbian
-
apt-get install shed
- Dockerfile
- dockerfile.run/shed
shed
simple hex editor with a pico-style interface
shed (Simple Hex Editor) is an easy application for viewing and editing files in text mode, using ncurses. The main features are: - Displays each byte as ascii, hex, decimal, octal and binary; - Allows changes to be input in all of the above displayed modes, with bit toggling in the binary column; - Simple Pico-style interface; - Search resource; - Can dump information to file; - Small memory requirements because file is not loaded into memory; - Large file support. shed is useful in forensics investigations.