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

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

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

1 个仓库

Awesome GitHub RepositoriesProgram Structural Analysis

Analysis of the overall organization and relationships of functions and compilation units in a binary.

Distinct from Capability Analyzers: Focuses on mapping the relationship between functions rather than cataloging specific capabilities

Explore 1 awesome GitHub repository matching operating systems & systems programming · Program Structural Analysis. Refine with filters or upvote what's useful.

Awesome Program Structural Analysis GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • joxeankoret/diaphorajoxeankoret 的头像

    joxeankoret/diaphora

    4,301在 GitHub 上查看↗

    Diaphora 是一款二进制差异分析工具和相似度引擎,旨在比较编译后的二进制文件并识别已更改或匹配的代码段。它作为逆向工程插件运行,通过汇编分析和图论映射函数之间的关系并检测编译单元。 该项目专注于漏洞补丁分析,允许用户通过比较二进制文件的不同版本来检测安全修复。它在二进制文件之间同步分析元数据(如符号名称和注释),并通过比较反编译的伪代码来生成补丁。 该引擎利用控制流图和启发式匹配来计算函数之间的相似度比率。其更广泛的功能包括映射调用图、识别目标文件边界,以及通过关系数据库管理分析状态,以促进大规模的交叉引用。

    Maps relationships between functions by identifying and comparing compilation units and call graphs.

    Python
    在 GitHub 上查看↗4,301
  1. Home
  2. Operating Systems & Systems Programming
  3. Binary Analysis Capabilities
  4. Capability Analyzers
  5. Program Structural Analysis