Crates.io | hexcat |
lib.rs | hexcat |
version | 2.3.4 |
source | src |
created_at | 2017-02-24 14:23:57.634532 |
updated_at | 2021-07-14 22:44:39.556919 |
description | A hex display with Unicode symboles for specials. |
homepage | https://github.com/TylerMackJ/Hexcat |
repository | https://github.com/TylerMackJ/Hexcat |
max_upload_size | |
id | 8659 |
size | 54,682 |
A hex display with Unicode symbols for specials.
hexcat [OPTIONS] [FILE]
--width <width>
-w <width> Set the number of bytes to show per row (default = 16)
--group <group size>
-g <group size> Set the number of bytes to group together (default = 1)
--start
-s <start> Set the starting byte (default = 0)
--end
-e <end> Set the ending byte (default = end)
--base
-b <base> Set the base to output in (options = 2 | 8) (default = 16)
--noOffset
-o Hide the address offset
--noAscii
-a Hide the ascii representation
--help
-h Display the help menu
All digit based inputs can be prefixed or suffixed for base notation.
Binary Octal Hex
Prefix 0b 0o 0x
Suffix b o x
Currently this project uses AUR to install from a package manager. In the future more systems will be supported. Cargo works as a cross platform replacement.
pacman -S hexcat-bin
cargo install hexcat