awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • secure-software-engineering/phasarAvatar secure-software-engineering

    secure-software-engineering/phasar

    1,045Vezi pe 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
    Vezi pe GitHub↗1,045
  1. Home
  2. Programming Languages & Runtimes
  3. Interprocedural Pointer Analysis
  4. Interprocedural Data-Flow Solvers