GHex allows the user to load data from any file, view and edit it in either hex or ascii. A must for anyone playing games that use non-ascii format for saving.
GHex allows the user to load data from any file, view and edit it in either hex or ascii. A must for anyone playing games that use non-ascii format for saving.
To install ghex, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ghex
To see what files were installed by ghex, run:
port contents ghex
To later upgrade ghex, run:
sudo port selfupdate && sudo port upgrade ghex
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.