An open API service indexing awesome lists of open source software.

https://github.com/ad4ndi/h3x

Minimal hexdump CLI utility
https://github.com/ad4ndi/h3x

c cli hex

Last synced: about 1 year ago
JSON representation

Minimal hexdump CLI utility

Awesome Lists containing this project

README

          

# h3x v1.4 - minimal hexdump CLI utility

### Usage:
```
h3x [options] [infile [outfile]]
```

### Oprtions:
```
-h print help message
-c cols format octets per line (default 16)
-u use upcase hex letters
-r convert hex into binary
-g bytes number of octets per group
-v show version
-p plain style
-l len stop after octets
```

### Install
```
git clone https://github.com/Ad4ndi/h3x/
cd h3x
ldc2 h3x.d
```