Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gnome/ghex
Read-only mirror of https://gitlab.gnome.org/GNOME/ghex
https://github.com/gnome/ghex
Last synced: about 1 month ago
JSON representation
Read-only mirror of https://gitlab.gnome.org/GNOME/ghex
- Host: GitHub
- URL: https://github.com/gnome/ghex
- Owner: GNOME
- License: gpl-2.0
- Created: 2012-06-03T13:37:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-06T18:21:13.000Z (about 1 month ago)
- Last Synced: 2024-10-07T12:49:59.461Z (about 1 month ago)
- Language: C
- Homepage: https://gitlab.gnome.org/GNOME/ghex
- Size: 15.3 MB
- Stars: 79
- Watchers: 7
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
- License: COPYING
Awesome Lists containing this project
README
# GHex
GHex is a hex editor for the GNOME desktop.
GHex can load raw data from binary files and display them for editing in
a traditional hex editor view. The display is split in two columns, with
hexadecimal values in one column and the ASCII representation in the
other. GHex is a useful tool for working with raw data.GHex is part of the GNOME Extra Apps family of applications and is not a core
GNOME application.## System Requirements
Please see the meson.build file for details.
## Use
Please refer to the help files.
## Authors and Copyright Information
The original author of GHex was Jaka Mocnik, who licensed it under the
GPLv2+. Please see the COPYING file for a full copy of the licence.It has been maintained by various other individuals since then. Please see the
ghex.doap file for current maintainer contact information.The source files of GHex have had various copyright-holders over the
years, who have all maintained GHex consistently under the
above-mentioned licence.Comments, ideas, bug reports and patches are very welcome. Please
utilize the GitLab Issues and Merge Request systems.