Hexadecimal Editors
1
Name:
Anonymous
2010-09-12 21:51
I'm inspecting a binary file, but i need an hex editor to check the integers.
I'm using vim, but it seems to be big endian and i need to open the file as little endian.
Anyone know a good opensource/free hex editor (or any way to make vim's editor little endian)?
2
Name:
Anonymous
2010-09-12 22:12
M-x hexl-mode RET
3
Name:
Anonymous
2010-09-12 22:21
biew or if you don't mind commercial: hiew.
4
Name:
Anonymous
2010-09-13 4:27
Just change it around in your head.
5
Name:
Anonymous
2010-09-13 6:24
Okteta is pretty OK.
6
Name:
Anonymous
2010-09-13 6:30
um i use one called shed which is ok.. does like different bases instead of just hex which is quite nice, and it has endianness
7
Name:
Anonymous
2010-09-13 8:34
xxd
Also, you didn't specify whether you need one for Windows or Linux or (gasp! ) Mac.
8
Name:
Anonymous
2010-09-13 9:15
9
Name:
Anonymous
2010-09-13 15:44
>>7
He could also be on a PSP or Mac OS 8. Realistically, though, programmers use some variety of Unix, and software written for one of those can be expected to run on most of the others.
10
Name:
2010-10-23 0:09