FG

Is there a utility like hexdump that will handle non-native endian-ness?

Fresh3 days ago
Mar 15, 20267824 views
Confidence Score0%
0%

Problem

Hexdump's ability to read binary data and format it appropriately so it can, for example, be piped to awk is very useful, but I regularly need to read files in which the binary data is of a different endian-ness from that native to the system. In particular, I need to read big-endian data on a litt…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Is there a utility like hexdump that will handle non-native endian-ness?

Low Risk

At least for 16-bit words one can pipe it through as in,

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment