>> Which hex editor shows a line of hex with the corresponding ASCII under the
>> line of hex ?
> I suspect that it shouldn't be too hard to get something working if you
> start from nhexl-mode in Emacs:
And indeed, I just added a `nhexl-separate-line` user config to
nhexl-mode to do that. Just a
On Wed, Oct 16, 2019 at 10:22:31AM +1300, C.T.F. Jansen wrote:
> Which hex editor shows a line of hex with the corresponding ASCII under the
> line of hex ?
hexdump supports format strings to customize the output. There are few
examples in the man page that may be useful.
--
Regards
Anuradha
> (similar to the output of `od -t xz`).
BTW, I see that `od -t x1c` is using a format like the one you're asking
for (it's not an *editor*, tho).
Stefan
> Which hex editor shows a line of hex with the corresponding ASCII under the
> line of hex ?
I suspect that it shouldn't be too hard to get something working if you
start from nhexl-mode in Emacs:
E.g. from
abcdefghabcdefgh
you can go to
XX
Greetings,
Which hex editor shows a line of hex with the corresponding ASCII under
the line of hex ?
Having the ASCII off to the right is of limited use.
Looking at a formatted dump one sees the ASCII, EBCDIC etc *under* the
hex and not far away on the other side of the page.
shed is the c
5 matches
Mail list logo