(the GNOME Hex Editor) is a specialized binary file editor designed for the GNOME desktop environment. It provides a straightforward interface to load, view, and modify data from any file in both hexadecimal and ASCII formats. Whether you are a developer debugging object code, a security researcher reverse-engineering binaries, or a hobbyist modifying game save files, GHex offers the essential tools for low-level data manipulation. Key Features of GHex
GHex is available for most Linux distributions, as well as macOS via third-party package managers. 1. On Linux (Package Managers)
Supports multiple levels of undo and redo, providing a safety net when making complex changes to sensitive binary data.
Includes robust functions to search for specific hex strings or text within a file.
Displays raw hexadecimal values on the left and their corresponding ASCII characters on the right, allowing for simultaneous reading and editing.
Automatically converts selected bytes between binary, octal, decimal, and hexadecimal values.
For most distributions, GHex is located in the official repositories. Open your terminal and use the command relevant to your OS: GNOME/ghex: Read-only mirror of https://gitlab ... - GitHub
Uses a user-configurable Multiple Document Interface (MDI) concept, allowing you to edit multiple files or multiple views of the same file at once.
