pixd

Visualize binary data as a colored pixel grid for pattern analysis

brewmacoslinux
Try with needOr install directly
Source

About

Visual binary data using a colour palette

Commands

pixd

Examples

Display a binary file with default color palette$ pixd file.bin
Visualize a file with custom width of 64 pixels per row$ pixd -w 64 file.bin
Pipe binary data directly and display as pixels$ cat file.bin | pixd