Could recommend for a console hex editor under Cygwin?

link|improve this question

73% accept rate
feedback

3 Answers

There is a package called hexedit that comes up in Cygwin's package search, which I assume is a port of the same tool that is available in most Linux distributions under the same name.

I've used said utility (as installed from the Debian repositories) under Linux, and it did the job I was wanting it to do. I've not tried the version in Cygwin though so it could be a different tool with the same name.

link|improve this answer
feedback

I've used bvi. Its home page is on sourceforge and there is a Cygwin package for it. As the name implies, its UI is very much like vi.

link|improve this answer
feedback

Both vi and Emacs can do that and both are available under Cygwin.

Note that both Emacs and vi can be run in a console or in windowed mode.

link|improve this answer
vim++ .. has native win32 binaries (not only cygwin). vim does hex editing via a helper tool called "xxd". – akira Oct 18 '10 at 11:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.