Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/FireyFly/pixd

🔍 Colourful visualization tool for binary files
https://github.com/FireyFly/pixd

hexdump reverse-engineering visualization

Last synced: about 2 months ago
JSON representation

🔍 Colourful visualization tool for binary files

Awesome Lists containing this project

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