From 18fd39ab5c6907751cd861560c0b4f50130e44d3 Mon Sep 17 00:00:00 2001 From: Meitar M Date: Mon, 1 Oct 2018 15:20:56 -0400 Subject: [PATCH] Add some good hex editors for GNU/Linux: Bless, wxHexEditor, `hexedit`. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8a16ee4..c288a99 100644 --- a/README.md +++ b/README.md @@ -314,6 +314,9 @@ Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Plea * [Frhed](http://frhed.sourceforge.net/) - Binary file editor for Windows. * [0xED](http://www.suavetech.com/0xed/0xed.html) - Native macOS hex editor that supports plug-ins to display custom data types. * [Hex Fiend](http://ridiculousfish.com/hexfiend/) - Fast, open source, hex editor for macOS with support for viewing binary diffs. +* [Bless](https://github.com/bwrsandman/Bless) - High quality, full featured, cross-platform graphical hex editor written in Gtk#. +* [wxHexEditor](http://www.wxhexeditor.org/) - Free GUI hex editor for GNU/Linux, macOS, and Windows. +* [`hexedit`](https://github.com/pixel/hexedit) - Simple, fast, console-based hex editor. ### File Format Analysis Tools