Skip to content

wojciech-zurek/rhex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rhex

Another command-line hex viewer

Install (linux 64bit)

sudo wget https://github.com/wojciech-zurek/rhex/releases/download/v0.1.0/rhex -O /usr/local/bin/rhex
sudo chmod +x /usr/local/bin/rhex

Install (aarch64-linux-android, termux, tested on Gemini PDA)

wget https://github.com/wojciech-zurek/rhex/releases/download/v0.1.0/rhex-aarch64-linux-android -O $HOME/../usr/bin/rhex
chmod +x $HOME/../usr/bin/rhex

Build

./build.sh

Cross build

./cross_build.sh

Example usage

rhex path/to/file

rhex

command | rhex

rhex

rhex

rhex

rhex | grep # interactive grep

rhex

rhex | command

rhex

command | rhex | command

rhex

rhex binary_file.pdf | command

rhex

rhex -b 10 path/to/file # bytes per line

rhex

Termux example usage

rhex