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

5 repos

Awesome GitHub RepositoriesCode Analysis Tools

Utilities that parse and interpret source code to provide insights or facilitate reverse engineering.

Explore 5 awesome GitHub repositories matching development tools & productivity · Code Analysis Tools. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Code Quality and Analysis
  4. Static Analysis Tools
  5. Code Analysis Tools

Awesome Code Analysis Tools GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • florinpop17/app-ideas

    florinpop17/app-ideas

    90,567GitHubView on GitHub↗

    App-ideas is a development platform that integrates autonomous AI agents into local environments to orchestrate code review, automated fix application, and workflow management. It functions as a command-line interface that connects external AI assistants to your codebase, enabling iterative development cycles through p

    applicationscodingcodingchallenges
  • zed-industries/zed

    zed-industries/zed

    75,634GitHubView on GitHub↗

    Zed is an AI-native, high-performance code editor designed for extreme responsiveness and keyboard-centric workflows. It functions as an extensible text processing workspace that integrates autonomous agents and predictive models directly into the development environment to automate complex engineering tasks, refactori

    Rustgpuirust-langtext-editor
  • webpack/webpack

    webpack/webpack

    66,022GitHubView on GitHub↗

    Webpack is a module bundler that maps project dependencies into a directed acyclic graph to transform diverse file types into optimized, browser-ready assets. It functions as a build pipeline orchestrator, using entry points to recursively resolve imports and bundle modules, scripts, and static assets into a unified ou

    JavaScriptamdbuild-toolcommonjs
  • NationalSecurityAgency/ghidra

    NationalSecurityAgency/ghidra

    64,794GitHubView on GitHub↗

    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

    Javadisassemblerreverse-engineeringsoftware-analysis
  • prettier/prettier

    prettier/prettier

    51,664GitHubView on GitHub↗

    Prettier is an opinionated code formatter that parses source code and reprints it from scratch to enforce a consistent, project-wide visual style. By transforming code into an abstract syntax tree and applying a recursive document printing process, it eliminates manual style debates and ensures that all source files ad

    JavaScriptangularastcss

Explore sub-tags

  • Extensible ParsersArchitectures that allow adding support for new languages or file formats via modular plugins.
  • Incremental ParsersLibraries that maintain concrete syntax trees for efficient, real-time code analysis.
  • JavaScript ParsersTools that provide hooks to analyze or modify JavaScript code during the parsing phase.
  • Local Change ReviewersTools that analyze uncommitted code changes for quality and correctness.
  • Parser EnginesSystems that convert source code into abstract syntax trees for further processing.
  • Software Reverse Engineering SuitesPlatforms for analyzing compiled binaries through disassembly, decompilation, and visualization to uncover program logic.