Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FireyFly/pixd
🔍 Colourful visualization tool for binary files
https://github.com/FireyFly/pixd
hexdump reverse-engineering visualization
Last synced: 11 days ago
JSON representation
🔍 Colourful visualization tool for binary files
- Host: GitHub
- URL: https://github.com/FireyFly/pixd
- Owner: FireyFly
- License: mit
- Created: 2017-05-25T03:35:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-26T10:35:10.000Z (9 months ago)
- Last Synced: 2024-08-01T08:06:58.028Z (3 months ago)
- Topics: hexdump, reverse-engineering, visualization
- Language: C
- Homepage:
- Size: 200 KB
- Stars: 534
- Watchers: 24
- Forks: 39
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - FireyFly/pixd - 🔍 Colourful visualization tool for binary files (reverse-engineering)
README
**pixd** is a tool for visualizing binary data using a colour palette. It is
in a lot of ways akin to a hexdump tool, except using coloured squares to
represent each octet.*pixd* uses 24-bit color SGR escape sequences. For a list of terminal
emulators with support for these, see [XVilka's list of supporting terminal
emulators][1].## Screenshot
![Screenshot](meta/examples.png "Example output for 8 different filetypes")## License
MIT license. Enjoy!## See also
* [hexd](http://github.com/FireyFly/hexd):
more conventional hexdump tool with colourful output, and also what *pixd*'s
code is based on.[1]: https://gist.github.com/XVilka/8346728