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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesProgram Representation Builders

Libraries for constructing call graphs, control flow graphs, and type hierarchies from intermediate code.

Distinct from Control-Flow Graph Constructions: Distinct from Control-Flow Graph Constructions: focuses on building multiple types of program representations (call, control, type) rather than just control-flow graphs.

Explore 1 awesome GitHub repository matching part of an awesome list · Program Representation Builders. Refine with filters or upvote what's useful.

Awesome Program Representation Builders GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • secure-software-engineering/phasarAvatar de secure-software-engineering

    secure-software-engineering/phasar

    1,045Ver en 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

    Constructs call graphs, control flow graphs, and type hierarchies to support deep code analysis.

    C++ccppdata-flow-analysis
    Ver en GitHub↗1,045
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Smart Contract Analysis
  5. Control Flow Analysis
  6. Control-Flow Graph Constructions
  7. Program Representation Builders