awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
CheckPointSW avatar

CheckPointSW/Karta

0
View on GitHub↗
908 星标·106 分支·Python·MIT·4 次浏览

Karta

Karta - 用于 IDA 的源代码辅助快速二进制匹配插件

Features

  • 二进制差异分析与匹配 - 用于识别库的源码辅助二进制匹配。
  • IDA Pro Plugins - Assists in fast binary matching using source code information.

Star 历史

checkpointsw/karta 的 Star 历史图表checkpointsw/karta 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Karta 的开源替代方案

相似的开源项目,按与 Karta 的功能重合度排序。
  • joxeankoret/diaphorajoxeankoret 的头像

    joxeankoret/diaphora

    4,301在 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
    在 GitHub 上查看↗4,301
  • devttys0/idaD

    devttys0/ida

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • airbus-seclab/bincatairbus-seclab 的头像

    airbus-seclab/bincat

    1,858在 GitHub 上查看↗

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

    OCaml
    在 GitHub 上查看↗1,858
  • alexhude/friendA

    alexhude/friend

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
查看 Karta 的所有 30 个替代方案→

常见问题解答

checkpointsw/karta 是做什么的?

Karta - 用于 IDA 的源代码辅助快速二进制匹配插件

checkpointsw/karta 的主要功能有哪些?

checkpointsw/karta 的主要功能包括:二进制差异分析与匹配, IDA Pro Plugins。

checkpointsw/karta 有哪些开源替代品?

checkpointsw/karta 的开源替代品包括: joxeankoret/diaphora — Diaphora is a binary diffing tool and similarity engine designed to compare compiled binaries and identify changed or… devttys0/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.