Skip to content

Add RevEng.AI IDA Pro Plugin #90

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/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)
* References to unique string
Expand Down