27

What are some GUI applications that will let me view and edit binary files (executables, images, etc.).

belacqua
  • 23,120

4 Answers4

26
  • GHEX Install ghex

    alt text

  • LFHEX Install lfhex

    alt text

  • WXHEXEDITOR

    alt text

  • VELES (github, not developed now, nice 3D visualizations, full featured for analyzing of unknown data structures with support for png, zip and other)

    veles example screenshot

Lubo
  • 113
karthick87
  • 81,947
  • GHex is a reasonable viewer, but it's a terrible editor. Selecting a range of bytes was really awkward. Haven't tried the others. Okteta from one of the other answers worked well for me. – Don Kirkby Jul 02 '15 at 20:52
8

If you're using KDE, Okteta is the way to go.

Screenshot of Okteta

Lekensteyn
  • 174,277
4

Try GHex

sudo apt-get install ghex

From the app's Github page:

GHex is a hex editor for the GNOME desktop.

GHex can load raw data from binary files and display them for editing in the traditional hex editor view. The display is split in two columns, with hexadecimal values in one column and the ASCII representation in the other. A useful tool for working with raw data.

Dɑvïd
  • 1,936
  • 4
  • 24
  • 53
goric
  • 3,816
2

sublime is a good choice and it is multi purpose editor.

enter image description here