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

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

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

1 个仓库

Awesome GitHub RepositoriesInterprocedural Data-Flow Solvers

Algorithms that propagate information across function boundaries by iteratively computing state transitions through a global call graph.

Distinct from Interprocedural Pointer Analysis: Distinct from general pointer analysis: focuses on the iterative solver engine for data-flow propagation rather than just pointer tracking.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Interprocedural Data-Flow Solvers. Refine with filters or upvote what's useful.

Awesome Interprocedural Data-Flow Solvers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • secure-software-engineering/phasarsecure-software-engineering 的头像

    secure-software-engineering/phasar

    1,045在 GitHub 上查看↗

    Phasar is a static analysis framework designed for the inspection of software logic through the processing of compiler intermediate representations. It provides a modular pipeline for building program representations, including call graphs, control flow graphs, and type hierarchies, which serve as the foundation for deep structural analysis of software behavior. The framework specializes in interprocedural data flow analysis and pointer alias resolution, enabling the tracking of information movement across function boundaries and the identification of indirect memory access patterns. By lever

    Implements an interprocedural data flow solver to track information movement across function boundaries.

    C++ccppdata-flow-analysis
    在 GitHub 上查看↗1,045
  1. Home
  2. Programming Languages & Runtimes
  3. Interprocedural Pointer Analysis
  4. Interprocedural Data-Flow Solvers