27

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

belacqua
  • 23,540

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
  • 5
karthick87
  • 84,513
9

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

Screenshot of Okteta

Lekensteyn
  • 178,446
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
  • 2,186
goric
  • 3,916
2

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

enter image description here