awesome-repositories.com
Blog
awesome-repositories.com

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesAnalysis Plugin Caches

Caches for pre-processed plugins used to accelerate binary analysis and source recovery.

Distinct from Plugin Cache Management: Focuses on static recovery data rather than DevOps plugin distribution mirrors.

Explore 2 awesome GitHub repositories matching devops & infrastructure · Analysis Plugin Caches. Refine with filters or upvote what's useful.

Awesome Analysis Plugin Caches GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • farm-fe/farmAvatar de farm-fe

    farm-fe/farm

    5,580Ver en GitHub↗

    Farm is a Rust-based web build tool and development server that compiles JavaScript, TypeScript, CSS, HTML, and static assets into optimized bundles. It uses a module-graph-based bundling approach with persistent module-level caching, enabling near-instant builds and sub-20ms hot module replacement during development. The tool processes assets based on file extensions, handling CSS, Sass, Less, PostCSS, HTML, and images as first-class modules without requiring JavaScript transformation. Farm distinguishes itself through its Vite-compatible plugin system, accepting Vite, Rollup, and Unplugin p

    Serializes plugin-specific data to disk so subsequent builds skip redundant work.

    Rustbuild-toolbundlercompiler
    Ver en GitHub↗5,580
  • gdretools/gdsdecompAvatar de GDRETools

    GDRETools/gdsdecomp

    3,785Ver en GitHub↗

    gdsdecomp is a project recovery suite and game engine reverse engineering toolset. It functions as a bytecode decompiler, binary resource converter, and asset extraction tool designed to reconstruct original directory hierarchies and scripts from compiled binary game assets. The toolset specializes in GDScript bytecode decompilation and compilation, translating compiled bytecode back into human-readable source code or converting source code into executable bytecode for specific engine versions and commit hashes. It includes a game archive patcher to modify project archives by replacing intern

    Provides a static collection of common plugins to accelerate source code recovery from binaries.

    C++
    Ver en GitHub↗3,785
  1. Home
  2. DevOps & Infrastructure
  3. Plugin Cache Management
  4. Analysis Plugin Caches

Explorar subetiquetas

  • Plugin Cache PersistencesSerializing plugin-specific data to disk so subsequent builds skip redundant work. **Distinct from Analysis Plugin Caches:** Distinct from Analysis Plugin Caches: focuses on serializing plugin data for build caching, not binary analysis.