From e0d679c8ff57624514445efca20551d57d6a6d92 Mon Sep 17 00:00:00 2001 From: Joxean Date: Mon, 1 Feb 2021 15:20:42 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67d371c..a324823 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Diaphora (διαφορά, Greek for 'difference') version 2.0 is the most advanced program diffing tool, working as an IDA plugin, available as of today (2019). It was released first during SyScan 2015 and is actively maintained. -Diaphora supports IDA 6.9 to 7.4, but the main branch has support only for IDA >= 7.4 because the code only runs in Python 3.X. +Diaphora supports IDA 6.9 to 7.5, but the main branch has support only for IDA >= 7.4 because the code only runs in Python 3.X. Support for Ghidra is in development, but it will take very long. Support for Binary Ninja is also planned but will probably come after Ghidra's port. If you are looking for Radare2 support, you can [check this very old fork](https://github.com/radare/diaphora).