Skip to content

xxd

  • Hexadecimal representation of a binary (e.g., a file executable)
# Hexadecimal representation
xxd "file"

# Binary representation
xxd -b "file"