Ubuntu Forums Archive Viewer

hexedit

Archived thread 1008342 from Gaming & Leisure. Markdown source: Gaming_&_Leisure/thread_1008342_hexedit.md

Original URL About this archive
#1

Does anyone know of good hex editing software that works good with linux?

#2

My favorite right now is "khexedit", but it is no longer available in the Intrepid repositories, only previous Ubuntu versions have it since it is based on KDE 3.5. I installed it in Intrepid by going to:

http://packages.ubuntu.com/hardy/khexedit

Just download the .deb package to your desktop and do:

sudo dpkg -i ~/Desktop/khexedit*.deb

And then you should be all set. Let me know if you decide to try it out. :)

#3

You could try Okteta

I personally haven't used it.

I use ghex. It is simple, but I guess it depends on what you need to do. I find the built in base converter handy in it...

#4

Thanks... I think I'll try out khexedit.

#5