awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesControl Flow Analysis

Constructs call graphs and control-flow graphs from smart contract bytecode to trace execution paths and identify unsafe code patterns.

Distinct from Smart Contract Analysis: Distinct from Smart Contract Analysis: focuses specifically on control flow and call graph construction rather than general security analysis.

Explore 4 awesome GitHub repositories matching part of an awesome list · Control Flow Analysis. Refine with filters or upvote what's useful.

Awesome Control Flow Analysis GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • trailofbits/slithertrailofbits का अवतार

    trailofbits/slither

    6,299GitHub पर देखें↗

    Static Analyzer for Solidity and Vyper

    Constructs control-flow and call graphs from smart contract bytecode for path-sensitive analysis.

    Python
    GitHub पर देखें↗6,299
  • crytic/slithercrytic का अवतार

    crytic/slither

    6,141GitHub पर देखें↗

    Constructs call graphs and control-flow graphs from smart contract bytecode to trace execution paths and identify unsafe code patterns.

    Pythonethereumsoliditystatic-analysis
    GitHub पर देखें↗6,141
  • kadenzipfel/smart-contract-vulnerabilitieskadenzipfel का अवतार

    kadenzipfel/smart-contract-vulnerabilities

    2,466GitHub पर देखें↗

    This project serves as a comprehensive knowledge base and technical reference for identifying and mitigating security vulnerabilities in smart contracts. It provides a structured catalog of common attack vectors, logic errors, and insecure coding patterns, offering developers and auditors a centralized resource for implementing secure decentralized applications. The repository distinguishes itself by covering the full lifecycle of contract security, from low-level arithmetic safety and compiler constraints to high-level architectural patterns. It details specific defensive strategies for mana

    Constructs control-flow graphs from bytecode to identify reentrancy and race conditions.

    blockchainethereumsecurity
    GitHub पर देखें↗2,466
  • secure-software-engineering/phasarsecure-software-engineering का अवतार

    secure-software-engineering/phasar

    1,045GitHub पर देखें↗

    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

    Enables the development of custom analysis tools for computing specific data flow characteristics.

    C++ccppdata-flow-analysis
    GitHub पर देखें↗1,045
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Smart Contract Analysis
  5. Control Flow Analysis

सब-टैग एक्सप्लोर करें

  • Control-Flow Graph Constructions1 सब-टैगBuilds detailed control-flow and call graphs from contract bytecode to enable path-sensitive analysis and visualization. **Distinct from Control Flow Analysis:** Distinct from Control Flow Analysis: focuses on the construction of graphs from bytecode rather than general analysis of execution paths.
  • Custom Data-Flow Analysis FrameworksFrameworks for computing specific data flow characteristics by automating graph construction and memory analysis. **Distinct from Control Flow Analysis:** Distinct from Control Flow Analysis: focuses on custom data-flow computation rather than just control-flow graph construction.
  • Data-Flow Path ReconstructorsTools that trace execution sequences from analysis results to visualize data propagation. **Distinct from Control Flow Analysis:** Distinct from Control Flow Analysis: focuses on path reconstruction from data-flow results rather than just control-flow graph construction.