π¦ ClawHub
Od Tool
by @dinghaibin
Dump file contents in octal, decimal, hexadecimal, and ASCII formats. Use for binary data inspection and low-level file analysis.
π‘ Examples
# Hex dump
od-tool -x file.binShow ASCII representation
od-tool -c data.txtHex with decimal addresses
od-tool -A d -x binary.dat
TERMINAL
clawhub install od-tool