1833732 Members
2858 Online
110063 Solutions
New Discussion

Best hex editor

 
A. Daniel King_1
Super Advisor

Best hex editor

Opinion time!

What is the best hex/binary editor out there? GNU and GPL are viewed favorably! Some examples can be found here:

http://freshmeat.net/search/?q=Hex+editor&section=projects&filter=226
Command-Line Junkie
4 REPLIES 4
A. Daniel King_1
Super Advisor

Re: Best hex editor

beav is unfirendly, and hexcurse likes to hang during large searches ...
Command-Line Junkie
A. Clay Stephenson
Acclaimed Contributor

Re: Best hex editor

I've never had a problem with hexedit although you must also install ncurses to run it. The user interface is simple and it does everything I need it to do.
If it ain't broke, I can fix that.
H.Merijn Brand (procura
Honored Contributor

Re: Best hex editor

1. Elvis (ftp://ftp.cs.pdx.edu/pub/elvis/unreleased/)
2. Data (mine, not publicly available)

"data" cannot insert, only modify and search. Advantage is that you can also use it on /dev/mem :))

I could make it available if someone likes it
Enjoy, Have FUN! H.Merijn
A. Daniel King_1
Super Advisor

Re: Best hex editor

I think I'm going to like hexedit just fine.
Command-Line Junkie