Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FireyFly/hexd
🔍 Colourful, human-friendly hexdump tool
https://github.com/FireyFly/hexd
hexdump reverse-engineering
Last synced: 5 days ago
JSON representation
🔍 Colourful, human-friendly hexdump tool
- Host: GitHub
- URL: https://github.com/FireyFly/hexd
- Owner: FireyFly
- License: mit
- Created: 2013-12-08T17:37:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-02-18T11:57:04.000Z (over 2 years ago)
- Last Synced: 2024-08-02T12:23:52.915Z (3 months ago)
- Topics: hexdump, reverse-engineering
- Language: C
- Homepage:
- Size: 90.8 KB
- Stars: 155
- Watchers: 6
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - FireyFly/hexd - 🔍 Colourful, human-friendly hexdump tool (reverse-engineering)
README
**hexd** prints a human-readable hexdump of the specified files, or standard
input if omitted. Its main distinguishing feature is the use of colours to
visually indicate which range of values an octet belongs to, aiding in
spotting patterns in binary data.By default, *hexd* relies on 256-color SGR escape sequences. Most terminal
emulators should support these today, but technically they're only defacto
standard. However, you can override the formatting used with the
`HEXD_COLORS` environment variable (see manpage), or use the `-p` option for
plaintext output.## Screenshot
![Screenshot](meta/screenshot.png "Output after being run on an ELF binary")## License
MIT license.## See also
* [pixd](http://github.com/FireyFly/pixd):
like *hexd*, but visualizes the data fed to it using a 256-colour palette
and half-block ("▀") characters.