awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
D

devttys0/ida

0
View on GitHub↗
0 stars·0 forks·1 view

Ida

Features

  • Binary Diffing and Matching - Identifies and renames functions based on signatures and graphs.
  • IDA Pro Plugins - Provides various utilities for MIPS analysis and automation.

Star history

Star history chart for devttys0/idaStar history chart for devttys0/ida

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Ida

Similar open-source projects, ranked by how many features they share with Ida.
  • joxeankoret/diaphorajoxeankoret avatar

    joxeankoret/diaphora

    4,301View on GitHub↗

    Diaphora is a binary diffing tool and similarity engine designed to compare compiled binaries and identify changed or matching code sections. It functions as a reverse engineering plugin that maps relationships between functions and detects compilation units using assembler analysis and graph theory. The project specializes in vulnerability patch analysis, allowing users to detect security fixes by comparing different versions of a binary. It synchronizes analysis metadata, such as symbol names and comments, between binaries and generates patches by comparing decompiled pseudo-code. The engi

    Python
    View on GitHub↗4,301
  • checkpointsw/kartaCheckPointSW avatar

    CheckPointSW/Karta

    908View on GitHub↗

    Karta - source code assisted fast binary matching plugin for IDA

    Pythonida-pluginidapython-pluginresearch
    View on GitHub↗908
  • airbus-seclab/bincatairbus-seclab avatar

    airbus-seclab/bincat

    1,858View on GitHub↗

    Binary code static analyser, with IDA integration. Performs value and taint analysis, type reconstruction, use-after-free and double-free detection

    OCaml
    View on GitHub↗1,858
  • alexhude/friendA

    alexhude/friend

    0View on GitHub↗
    View on GitHub↗0
See all 30 alternatives to Ida→

Frequently asked questions

What are the main features of devttys0/ida?

The main features of devttys0/ida are: Binary Diffing and Matching, IDA Pro Plugins.

What are some open-source alternatives to devttys0/ida?

Open-source alternatives to devttys0/ida include: joxeankoret/diaphora — Diaphora is a binary diffing tool and similarity engine designed to compare compiled binaries and identify changed or… checkpointsw/karta — Karta - source code assisted fast binary matching plugin for IDA. airbus-seclab/bincat — Binary code static analyser, with IDA integration. Performs value and taint analysis, type reconstruction,… alexhude/uemu — Tiny cute emulator plugin for IDA based on unicorn. avast/retdec-idaplugin — RetDec plugin for IDA (Interactive Disassembler). alexhude/friend.