Ya que estamos .. Editores Hexadecimales:
Listas que incluyen micro-review:
Para DOS/WINe: http://members.tripod.com/HarryMNielsen/
Linux y gral: http://www.linuxlinks.com/Software/Editors/Hex/
En wikipedia: comparativa de editores hexadecimales
Reverse Engineering/Hex Editors.
Contiene un exhaustivo listado de editores x86 Disassembly/Analysis Tools
http://en.wikibooks.org/wiki/Reverse_Eng...ex_Editors
gnu/nix:
bvi
a typical three-pane hex editor, with a vi-like interface.
emacs
along with everything else, emacs obviously includes a hex editor.
xxd and any text editor
produce a hex dump with xxd, freely edit it in your favorite text editor, and then convert it back to a binary file with your changes included
GHex
Hex editor for GNOME.
http://directory.fsf.org/All_Packages_in.../ghex.html
KHexEdit
Hex editor for KDE - a versatile and customizable hex editor. It displays data in hexadecimal, octal, binary and text mode.
http://home.online.no/~espensa/khexedit/index.html
BIEW
a viewer of binary files with built-in editor in binary, hexadecimal and disassembler modes. It uses native Intel syntax for disassembly. Highlight AVR/Java/Athlon64/Pentium 4/K7-Athlon disassembler, Russian codepages converter, full preview of formats - MZ, NE, PE, NLM, coff32, elf partial - a.out, LE, LX, PharLap; code navigator and more over.
http://biew.sourceforge.net/en/biew.html
hview
a curses based hex editor designed to work with large (600+MB) files with as quickly, and with little overhead, as possible.
http://tdistortion.esmartdesign.com/Zips/hview.tgz
HT Editor
A file editor/viewer/analyzer for executables. Its goal is to combine the low-level functionality of a debugger and the usability of IDEs.
http://hte.sourceforge.net/
HexCurse
An ncurses-based hex editor written in C that currently supports hex and decimal address output, jumping to specified file locations, searching, ASCII and EBCDIC output, bolded modifications, an undo command, quick keyboard shortcuts etc.
http://www.jewfish.net/description.php?title=HexCurse
hexedit
view and edit files in hexadecimal or in ASCII.
http://www.geocities.com/SiliconValley/H...xedit.html
Data Workshop
an editor to view and modify binary data; provides different views which can be used to edit, analyze and export the binary data.
http://www.dataworkshop.de/index.html
VCHE
A hex editor which lets you see all 256 characters as found in video ROM, even control and extended ASCII, it uses the /dev/vcsa* devices to do it. It also could edit non-regular files, like hard disks, floppies, CDROMs, ZIPs, RAM, and almost any device. It comes with a ncurses and a raw version for people who work under X or remotely.
http://www.grigna.com/diego/linux/vche/
DHEX
DHEX is just another Hexeditor with a Diff-mode for ncurses. It makes heavy use of colors and is themeable.
http://www.dettus.net/dhex/
Seguramente uds pueden contribuir a hacer una mejor lista y más actualizada.
Bye.