armdevvel / mxe-SHARED

MXE (M cross environment) for ARM32 Windows development (shared libraries)
Other
6 stars 3 forks source link

a slim reimplementation of BSD hexdump #43

Closed treeswift closed 9 months ago

treeswift commented 9 months ago

Useful for examination of binaries or spotting invisible characters in other tools' output. The most common hexadecimal byte + ASCII view is turned on by the -C flag.

pahaze commented 9 months ago

Looks good.