Last active
June 2, 2025 04:37
-
-
Save AndreiCherniaev/64ef50428d2a6e6d2ace83d78c39da6c to your computer and use it in GitHub Desktop.
hexdump per bytes for first 21 bytes only
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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