Hex Editor for GNome

In order to achieve this, I needed to know how the binary log was formatted. This was the most difficult part and I quickly realised I needed a descent Hex Editor. I settled on GHex ( Hex Editor for Gnome. ) Fedora 9 ships GHex in the Yum repositories.
HEX data can be viewed as bytes, words or long words. The data can be selected and there is a search tool.
# yum install ghex
Find the project's home page here: http://directory.fsf.org/project/ghex/
Comments