Skip to content

Instantly share code, notes, and snippets.

@AndreiCherniaev
Last active August 25, 2025 06:39
Show Gist options
  • Save AndreiCherniaev/64ef50428d2a6e6d2ace83d78c39da6c to your computer and use it in GitHub Desktop.
Save AndreiCherniaev/64ef50428d2a6e6d2ace83d78c39da6c to your computer and use it in GitHub Desktop.
hexdump per bytes for first 21 bytes only
hexdump -n21 -e '/1 "%02X "' -v filename.bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment