pixd icon indicating copy to clipboard operation
pixd copied to clipboard

๐Ÿ” Colourful visualization tool for binary files

Results 6 pixd issues
Sort by recently updated
recently updated
newest added

Hi, Can you please explain how someone could output directly to PNG, or convert the (effectively) text output to PNG. Thanks.

Same fix as in https://github.com/FireyFly/hexd/commit/8fc3336e4f423cd31c0ae6b1e5c15fba5710f652 I assume.

Hello, Is Possible To Add Cluster Mode Like Do binvis.io I Dont Know How It Work So Please See :::::::::::: https://github.com/binvis/binvis.io Newa Our Master.

Some files (e.g. disk images) can have very large runs of 0 bytes. It would be nice to have an option to omit these - e.g. the BSD hexdump by...

The START value to the -r option may be zero, (as well es the END/COUNT, though that might not be as useful). The man page now states that more precisely...

cc -Wall -std=c11 -o pixd pixd.c In file included from pixd.c:2: pixd.c: In function โ€˜parse_rangeโ€™: pixd.c:101:18: warning: array subscript has type โ€˜charโ€™ [-Wchar-subscripts] 101 | if (!isdigit(*first) || end !=...