@lonelonetraveller The problem isn’t cat, it’s hexdump -C vs xxd -r -p.Specifically, xxd -r -p expects a plain hex dump (with no addresses, or anything else — just raw hex), but hexdump -C includes an address at the beginning of each line, and an ASCII-ish representation at the end of each line.



