#TIL `hexdump` default to the two-bytes-hex (`-x`) format, which honors the endianness of your system (so it'll swap every pair of bytes, unless you're running on an IBM mainframe). Use `hd` (= `hexdump -C`) to get the canonical format
Post
#TIL `hexdump` default to the two-bytes-hex (`-x`) format, which honors the endianness of your system (so it'll swap every pair of bytes, unless you're running on an IBM mainframe). Use `hd` (= `hexdump -C`) to get the canonical format