Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

What are some good GUI binary viewers/editors?

Writer Matthew Martinez

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

4 Answers

  • 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

1

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

Screenshot of Okteta

2

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.

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

enter image description here

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy