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

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

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

1 个仓库

Awesome GitHub RepositoriesIntermediate Representation Analyzers

Tools for performing deep structural inspection of compiler bytecode to analyze software logic without source code.

Distinct from Intermediate Representation Inspection: Distinct from Intermediate Representation Inspection: focuses on deep structural analysis for logic inspection rather than just debugging optimization passes.

Explore 1 awesome GitHub repository matching development tools & productivity · Intermediate Representation Analyzers. Refine with filters or upvote what's useful.

Awesome Intermediate Representation Analyzers 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

    Processes compiler intermediate representations to perform deep structural inspection of software logic.

    C++ccppdata-flow-analysis
    在 GitHub 上查看↗1,045
  1. Home
  2. Development Tools & Productivity
  3. Compiled Code Analysis
  4. Intermediate Representation Inspection
  5. Intermediate Representation Analyzers