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
- Host: GitHub
- URL: https://github.com/ad4ndi/h3x
- Owner: Ad4ndi
- License: bsd-3-clause
- Created: 2025-01-30T08:46:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-19T13:17:49.000Z (over 1 year ago)
- Last Synced: 2025-03-19T14:24:31.787Z (over 1 year ago)
- Topics: c, cli, hex
- Language: C
- Homepage:
- Size: 28.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```