Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Feb 2022 17:17:00 -0700
From:      Gary Aitken <freebsd@dreamchaser.org>
To:        FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   chexedit, dhex, ghex hexcurse... output looks weird
Message-ID:  <e2565ecf-3826-3f8a-d9ad-68df74470319@dreamchaser.org>

next in thread | raw e-mail | index | archive | help
So, I must be dumb...  The display of the hex editors I've checked so far
doesn't seem to match the display from hexdump.

hexdump output:

00000b0  0017 f000 001e 1b00 7628 0004 007e 0000
00000c0  691b 0112 1402 010a b600 8100 8110 8110

The above looks right to me, given its little-endian order and what I know
about the contents of the file.

here's what I see in chexedit, dhex, and ghex:

000000B0  20 20 20 20  72 65 73 65   74 0A 30 30  30 30 30 30       reset.000000
000000C0  31 64 20 20  31 62 20 20   40 20 20 20  20 20 20 20   1d  1b  @

Can someone enlighten me?

Gary




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e2565ecf-3826-3f8a-d9ad-68df74470319>