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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesPointer Alias Resolution Engines

Engines that resolve memory reference relationships to determine if multiple variables point to the same location.

Distinct from Points-to Analysis Engines: Distinct from Points-to Analysis Engines: focuses on the resolution engine for alias identification rather than general points-to analysis.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Pointer Alias Resolution Engines. Refine with filters or upvote what's useful.

Awesome Pointer Alias Resolution Engines GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • secure-software-engineering/phasarAvatar von secure-software-engineering

    secure-software-engineering/phasar

    1,045Auf GitHub ansehen↗

    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

    Resolves memory reference relationships to identify indirect memory access patterns.

    C++ccppdata-flow-analysis
    Auf GitHub ansehen↗1,045
  1. Home
  2. Operating Systems & Systems Programming
  3. Binary Execution Analysis
  4. Points-to Analysis Engines
  5. Pointer Alias Resolution Engines