What are some GUI applications that will let me view and edit binary files (executables, images, etc.).
Asked
Active
Viewed 4.3k times
4 Answers
26
-

-

-

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

Lubo
- 113
- 5
karthick87
- 84,513
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.


