awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesPoints-to Analysis Engines

Tools that determine variable references to resolve aliases and build call graphs.

Distinct from Binary Execution Analysis: Distinct from Binary Execution Analysis: focuses on static/dynamic alias resolution for call graph construction rather than general execution tracing.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Points-to Analysis Engines. Refine with filters or upvote what's useful.

Awesome Points-to Analysis Engines GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • svf-tools/svfالصورة الرمزية لـ SVF-tools

    SVF-tools/SVF

    1,684عرض على GitHub↗

    SVF is an open-source static program analysis framework and points-to analysis library that tracks memory references, variable aliases, and data dependencies across whole programs. The platform translates compiled intermediate code formats into unified internal representations, constructing constraint graphs, call graphs, and control-flow graphs to model interprocedural execution behavior and memory state. The framework incorporates specialized engines for flow-sensitive, flow-insensitive, and context-sensitive pointer analysis alongside sparse value-flow graph generation. It features memory

    A pointer analysis library that tracks memory references and variable aliases across whole programs using flow- and context-sensitive algorithms.

    C++code-analysiscode-securitydependency-analysis
    عرض على GitHub↗1,684
  • secure-software-engineering/phasarالصورة الرمزية لـ secure-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

    Resolves memory reference relationships to identify indirect memory access patterns.

    C++ccppdata-flow-analysis
    عرض على GitHub↗1,045
  1. Home
  2. Operating Systems & Systems Programming
  3. Binary Execution Analysis
  4. Points-to Analysis Engines

استكشف الوسوم الفرعية

  • Pointer Alias Resolution EnginesEngines 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.
  • Points-To Analysis EnginesA pointer analysis library that tracks memory references and variable aliases across whole programs using flow- and context-sensitive algorithms. **Distinct from Points-to Analysis Engines:** Distinct from general binary execution analysis by providing dedicated engines for flow- and context-sensitive pointer resolution.
  • Points-To CalculatorsEngines computing runtime points-to sets via static analysis algorithms. **Distinct from Points-to Analysis Engines:** Distinct from Points-to Analysis Engines: focuses specifically on the computational resolution of pointer targets.