awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasBlogMapa del sitio
ProyectoAcerca dePrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Categorías

7 repositorios

Awesome GitHub RepositoriesCode Analysis

Tools for static and binary analysis of source code.

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

Awesome Code Analysis GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • eslint/eslintAvatar de eslint

    eslint/eslint

    27,349Ver en GitHub↗

    This project is a static analysis engine designed to identify patterns, enforce coding standards, and automate code quality improvements in software projects. By parsing source code into structured abstract syntax trees, it enables deep programmatic inspection and the automated remediation of identified programming issues. The engine functions as a pluggable linting framework, allowing developers to extend its core capabilities through a modular architecture. Users can inject custom rules, parsers, and processors to support non-standard file formats or domain-specific logic. This extensibilit

    JavaScript linting and analysis.

    JavaScriptecmascripteslintjavascript
    Ver en GitHub↗27,349
  • mobsf/mobile-security-framework-mobsfAvatar de MobSF

    MobSF/Mobile-Security-Framework-MobSF

    21,224Ver en GitHub↗

    Mobile Security Framework is an automated security testing platform designed for the analysis of Android, iOS, and Windows mobile application binaries. It functions as a comprehensive suite for identifying security vulnerabilities, privacy risks, and malicious code within mobile software packages. The framework distinguishes itself by combining static and dynamic analysis techniques to evaluate application behavior. It performs static inspection of source code and binaries to detect insecure patterns, while simultaneously utilizing dynamic instrumentation and containerized sandboxing to monit

    Mobile application security framework.

    JavaScriptandroid-securityapi-testingapk
    Ver en GitHub↗21,224
  • mre/awesome-static-analysisAvatar de mre

    mre/awesome-static-analysis

    14,627Ver en GitHub↗

    ⚙️ A curated list of static analysis (SAST) tools and linters for all programming languages, config files, build tools, and more. The focus is on tools which improve code quality.

    List of static analysis tools.

    Rust
    Ver en GitHub↗14,627
  • phpstan/phpstanAvatar de phpstan

    phpstan/phpstan

    13,999Ver en GitHub↗

    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

    PHP static analysis tool.

    PHPphpphp7phpstan
    Ver en GitHub↗13,999
  • avast/retdecAvatar de avast

    avast/retdec

    8,556Ver en GitHub↗

    RetDec is a reverse engineering framework and static binary analysis tool. Its primary purpose is to function as an LLVM-based machine code decompiler that translates binary machine code from multiple architectures into high-level C source code. The system employs a multi-stage lifting pipeline to recover program logic, using an intermediate representation to apply optimizations before emitting source code. It distinguishes itself through the ability to identify compilers and packers, perform executable unpacking, and reconstruct class hierarchies and original program structures. The framewo

    Retargetable machine-code decompiler.

    C++
    Ver en GitHub↗8,556
  • dpnishant/jsprimeD

    dpnishant/jsprime

    0Ver en GitHub↗

    JavaScript static analysis tool.

    Ver en GitHub↗0
  • ecriminal/phpvulnE

    ecriminal/phpvuln

    0Ver en GitHub↗

    PHP source code vulnerability scanner.

    Ver en GitHub↗0
  1. Home
  2. Part of an Awesome List
  3. Security & Privacy
  4. Code Analysis

Explorar subetiquetas

  • Code Slicing ToolsUtilities for isolating specific code segments that influence target variables or execution points. **Distinct from Code Analysis:** Distinct from general code analysis: focuses specifically on program slicing for vulnerability research.