From 54c5d9debb11e9fc134103b12a6b8cd9cc5d54d8 Mon Sep 17 00:00:00 2001 From: Tha_14 Date: Fri, 8 Dec 2023 13:56:44 +0200 Subject: [PATCH] git: Include diffing as a feature in Readme (#1459) I saw that diffing is not mentioned anywhere in the README.md and people I referred ImHex to did not consider using the editor due to diffing being a requirement for them. ### Problem description Diffing is not mentioned anywhere in the README.md ### Implementation description Added Diffing to the features list of README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 66d441a82..213edc324 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,8 @@ If you like my work, please consider supporting me on GitHub Sponsors, Patreon o - CRC16 and CRC32 with custom initial values and polynomials - MD4, MD5 - SHA-1, SHA-224, SHA-256, SHA-384, SHA-512 +- Diffing + - Compare binaries and analyze differences with ease - Disassembler supporting many architectures (frontend for Capstone) - ARM32 (ARM, Thumb, Cortex-M, AArch32) - ARM64