From bf7a6151a9d9f57bb883e9218b85ded29720dcd9 Mon Sep 17 00:00:00 2001 From: Meitar M Date: Wed, 12 Jul 2017 23:41:23 -0400 Subject: [PATCH] Add 0xED, a native macOS hex editor with support for resource forks. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce088f3..8664b79 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,7 @@ Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Plea * [HexEdit.js](https://hexed.it) - Browser-based hex editing. * [Hexinator](https://hexinator.com/) - World's finest (proprietary, commercial) Hex Editor. * [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. ### File Format Analysis Tools * [Kaitai Struct](http://kaitai.io/) - File formats and network protocols dissection language and web IDE, generating parsers in C++, C#, Java, JavaScript, Perl, PHP, Python, Ruby.