awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Static Analysis Tools · Awesome GitHub Repositories

4 repos

Awesome GitHub RepositoriesStatic Analysis Tools

Utilities for exploring code structure, class hierarchies, and references without executing the binary.

Distinguishing note: Focuses on structural exploration of binary packages.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Static Analysis Tools. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Static Analysis Tools

Awesome Static Analysis Tools GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • Homebrew/brew

    Homebrew/brew

    46,664View on GitHub↗

    Homebrew is a command-line package management tool designed to automate the installation, configuration, and maintenance of software on local development environments. It functions as a cross-platform software distributor, enabling users to install tools from pre-compiled binary archives or source code without requiring administrative privileges. By managing complex dependency trees and versioning, it ensures that software remains consistent and compatible across different system architectures. The project distinguishes itself through a declarative approach to system configuration, allowing u

    Analyzes code to identify type mismatches and generate interface files.

    Rubybrewhomebrewmacos
    46,664View on GitHub↗
  • GokuMohandas/Made-With-ML

    GokuMohandas/Made-With-ML

    46,355View on GitHub↗

    Made-With-ML is an automated documentation generator and developer experience platform designed to transform source code into structured, searchable reference websites. It functions as a codebase intelligence tool that parses implementation details to provide clear explanations of logic and data requirements. The system distinguishes itself by leveraging language-level type annotations and structured code comments to generate interface specifications. By utilizing static analysis to extract metadata, it automates the transformation of docstrings into web-ready documentation, ensuring that tec

    Parses source code abstract syntax trees to extract function signatures and metadata.

    Jupyter Notebookdata-engineeringdata-qualitydata-science
    46,355View on GitHub↗
  • astral-sh/ruff

    astral-sh/ruff

    45,851View on GitHub↗

    Ruff is a high-performance static analysis and code formatting tool designed for Python. Built in Rust, it functions as a comprehensive engine that scans source code to detect programming errors, security vulnerabilities, and deviations from established coding standards. By parsing source code into a structured tree representation, it provides both automated linting and style enforcement across entire projects. The tool distinguishes itself through its speed and deep integration into the development lifecycle. It utilizes parallelized file processing to maximize throughput on large codebases

    Source code is parsed into a structured tree representation to enable precise identification of patterns, violations, and potential refactoring opportunities.

    Rustlinterpep8python
    45,851View on GitHub↗
  • LC044/WeChatMsg

    LC044/WeChatMsg

    40,544View on GitHub↗

    WeChatMsg is a database forensic parser and local data processor designed to extract and reconstruct structured message data from raw binary files. By operating entirely on the host machine, the tool ensures data sovereignty and privacy, performing all decryption and transformation tasks without requiring network access or external dependencies. The project distinguishes itself through a static analysis-based extraction method that reconstructs message threads by matching unique identifiers and timestamps across fragmented database tables. Its decoupled architecture separates low-level binary

    Reconstructs structured data from binary files and logs without requiring live network interception.

    chatgptllmspyqt
    40,544View on GitHub↗