From 3b27945f61186884f2ab4b001fa0a9bbff1c54f9 Mon Sep 17 00:00:00 2001 From: James <115475242+RevEng-AI@users.noreply.github.com> Date: Mon, 24 Feb 2025 13:26:21 +0000 Subject: [PATCH 1/2] Add RevEng.AI IDA Plugin --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 56cc47f..60b0ec9 100644 --- a/README.md +++ b/README.md @@ -404,6 +404,8 @@ Labeless provides easy to use dynamic dumping tool, which supports automatic on- * [REtypedef](https://github.com/zyantific/REtypedef): REtypedef is an IDA PRO plugin that allows defining custom substitutions for function names. It comes with a default ruleset providing substitutions for many common STL types. +* [RevEng.AI](https://github.com/zyantific/REtypedef): Allows access to RevEng.AI CoPilot without leaving IDA Pro. Automatically identify variants of debugging symbols, recover functions from different binary versions or samples, merge struct and data types, and access the AI Decompiler. + * [rizzo](https://github.com/devttys0/ida/tree/master/plugins/rizzo): Identifies and re-names functions between two or more IDBs based on: * Formal signatures (i.e., exact function signatures) * References to unique string From de78067d1efbb436ac1004f56f2e2f0a0ee1fd11 Mon Sep 17 00:00:00 2001 From: James <115475242+RevEng-AI@users.noreply.github.com> Date: Mon, 24 Feb 2025 17:35:50 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60b0ec9..3be2f1b 100644 --- a/README.md +++ b/README.md @@ -404,7 +404,7 @@ Labeless provides easy to use dynamic dumping tool, which supports automatic on- * [REtypedef](https://github.com/zyantific/REtypedef): REtypedef is an IDA PRO plugin that allows defining custom substitutions for function names. It comes with a default ruleset providing substitutions for many common STL types. -* [RevEng.AI](https://github.com/zyantific/REtypedef): Allows access to RevEng.AI CoPilot without leaving IDA Pro. Automatically identify variants of debugging symbols, recover functions from different binary versions or samples, merge struct and data types, and access the AI Decompiler. +* [RevEng.AI](https://github.com/RevEngAI/reai-ida): Allows access to RevEng.AI CoPilot without leaving IDA Pro. Automatically identify variants of debugging symbols, recover functions from different binary versions or samples, merge struct and data types, and access the AI Decompiler. * [rizzo](https://github.com/devttys0/ida/tree/master/plugins/rizzo): Identifies and re-names functions between two or more IDBs based on: * Formal signatures (i.e., exact function signatures)