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

Techniques for mapping the execution paths of a program to visualize logic and identify complex code structures.

Explore 4 awesome GitHub repositories matching development tools & productivity · Control Flow Analysis. Refine with filters or upvote what's useful.

Awesome Control Flow Analysis GitHub Repositories

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

    NationalSecurityAgency/ghidra

    69,740GitHub पर देखें↗

    Ghidra is a software reverse engineering suite designed to analyze compiled binaries and reconstruct program logic without access to original source code. It provides an interactive environment for disassembly and decompilation, utilizing a platform-independent intermediate representation to maintain consistency across diverse hardware architectures. The framework supports automated binary analysis through programmatic routines, enabling the investigation of complex code patterns and security indicators. The platform distinguishes itself through a modular architecture that allows for extensiv

    Visualizes complex execution paths and internal code structures by mapping how compiled instructions flow during runtime.

    Javadisassemblerreverse-engineeringsoftware-analysis
    GitHub पर देखें↗69,740
  • keygraphhq/shannonKeygraphHQ का अवतार

    KeygraphHQ/shannon

    44,672GitHub पर देखें↗

    Shannon is an integrated security platform designed for autonomous penetration testing, static and dynamic analysis, and automated vulnerability remediation within self-hosted, private infrastructure. It functions as a unified security suite that orchestrates the entire lifecycle of vulnerability management, from initial discovery and reachability prioritization to the generation and verification of code-level patches. The platform distinguishes itself through its agentic approach to security, deploying autonomous agents to execute both black-box and white-box exploits against running applica

    Traces execution paths from user inputs to sensitive sinks using graph-based data flow analysis to identify reachable vulnerabilities.

    TypeScriptpenetration-testingpentestingsecurity-audit
    GitHub पर देखें↗44,672
  • phpstan/phpstanphpstan का अवतार

    phpstan/phpstan

    13,999GitHub पर देखें↗

    This project is a static analysis engine and type checker designed for PHP codebases. It evaluates source code structure and type annotations to identify potential bugs, type mismatches, and logic errors without executing the application. By parsing code into an abstract syntax tree and applying a rule-based validation framework, it enforces code quality and safety standards across a project. What distinguishes this tool is its sophisticated type inference engine, which models dynamic language features, magic methods, and conditional types to maintain accuracy even in unconventional code. It

    The static analysis tool marks functions that never return, such as those throwing exceptions or terminating the script, to help the analyzer track code paths.

    PHPphpphp7phpstan
    GitHub पर देखें↗13,999
  • openrewrite/rewriteopenrewrite का अवतार

    openrewrite/rewrite

    3,312GitHub पर देखें↗

    OpenRewrite is an automated refactoring engine and source-to-source migration framework. It uses a lossless semantic tree parser to represent source code as type-aware trees that preserve original whitespace and formatting, enabling precise and deterministic modifications. The project utilizes a declarative refactoring pipeline where sequences of transformations are defined in YAML to resolve breaking changes and technical debt. It features type-aware pattern matching and cross-language model mapping to apply similar refactoring patterns across different programming languages. The framework

    Examines execution paths within source code to identify unreachable statements or logic flaws during automated refactoring.

    Javaabstract-syntax-treeastcode-search
    GitHub पर देखें↗3,312
  1. Home
  2. Development Tools & Productivity
  3. Code Quality and Analysis
  4. Static Analysis Engines
  5. Static Analysis Tools
  6. Control Flow Analysis