Console hex editor under Cygwin?

8

Could recommend for a console hex editor under Cygwin?

Jichao

Posted 2010-10-18T11:05:36.983

Reputation: 5 245

Answers

8

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.

David Spillett

Posted 2010-10-18T11:05:36.983

Reputation: 22 424

3

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.

Nifle

Posted 2010-10-18T11:05:36.983

Reputation: 31 337

vim++ .. has native win32 binaries (not only cygwin). vim does hex editing via a helper tool called "xxd". – akira – 2010-10-18T11:53:52.380

in emacs use the hexl-find-file to work with hexl editor (wee – zinking – 2013-11-30T14:38:52.580

1

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.

garyjohn

Posted 2010-10-18T11:05:36.983

Reputation: 29 085