📅 2016-Jun-14 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ hex editor ⬩ 📚 Archive
One of the aspects where Linux is weaker than Windows is in hex editors. Linux fans will recommend the classic xxd and its support inside Vim. These tools are quite insufficient when exploring, investigating and editing huge binary files. Also, the console is not really the greatest environment to work on binary files.
wxHexEditor is a great GUI hex editor I have found on Linux. In fact, it is available for Windows and Mac too, so you can use it anywhere. It claims that it can handle gigantic files and I have not found any case where it fails.
Installing it is easy:
$ sudo apt install wxhexeditor
A few of the features I like:
Tried with: wxHexEditor 0.23 and Ubuntu 15.10