Merge pull request #252 from meitar/hex-editors

Add some good hex editors for GNU/Linux: Bless, wxHexEditor, `hexedit`.
This commit is contained in:
Samar Dhwoj Acharya 2018-10-01 15:15:21 -05:00 committed by GitHub
commit 0e279aa90f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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