What are some good GUI binary viewers/editors?

37,723

Solution 1

  • 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

Solution 2

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

Screenshot of Okteta

Solution 3

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.

Solution 4

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

enter image description here

Share:
37,723

Related videos on Youtube

Olivier Lalonde
Author by

Olivier Lalonde

Updated on September 17, 2022

Comments

  • Olivier Lalonde
    Olivier Lalonde over 1 year

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

  • CapelliC
    CapelliC about 10 years
    +1: okteta seems much better than ghex, and the image posted it's helpful to gain proper usage in the many options available
  • Don Kirkby
    Don Kirkby almost 9 years
    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.
  • FedKad
    FedKad almost 5 years
    Okteta runs OK under Ubuntu 19.04 (GNOME).