https://github.com/xmas7/hexdump
The program is the same as hexdump -C <file> or hd <file>.
https://github.com/xmas7/hexdump
c hexdump
Last synced: about 2 months ago
JSON representation
The program is the same as hexdump -C <file> or hd <file>.
- Host: GitHub
- URL: https://github.com/xmas7/hexdump
- Owner: xmas7
- Created: 2022-09-06T00:01:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-06T00:03:16.000Z (over 2 years ago)
- Last Synced: 2025-02-01T09:28:03.403Z (4 months ago)
- Topics: c, hexdump
- Language: C
- Homepage:
- Size: 90.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Build with `make`.
The program is the same as `hexdump -C ` or `hd `.
There are a number of test input files - `0.txt` and so on.
It's twice as fast as `hd` on my `Ubuntu 14.04`:
[](https://github.com/mkpankov/hexdump)