Skip to content
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

add IdaClu plugin #84

Open
wants to merge 1 commit 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 @@ -214,6 +214,8 @@ I'll be organizing the plugins over time. Please submit PRs if you have any othe

* [IDA C#](https://github.com/Fabi/IDACSharp): Scripting IDA with C#

* [IdaClu](https://github.com/harlamism/IdaClu): IdaClu is a plugin that offers an additional toolset that allows working with functions in meaningful groups or clusters, rather than analyzing each function separately. This approach helps identify and label relevant functions in bulk while ignoring irrelevant ones.

* [IDA Compare](http://sandsprite.com/iDef/IDACompare/): IDA disassembly level diffing tool, find patches and modifications between malware variants. See mydoom A/B sample database and video trainer for usage.

* [IDACyber](https://github.com/patois/IDACyber): IDACyber is a plugin for the Interactive Disassembler that visualizes an IDA database's content.
Expand Down