awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索Open-source alternativesSelf-hosted software博客网站地图
项目关于How we rank媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.com博客
分类

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • farm-fe/farmfarm-fe 的头像

    farm-fe/farm

    5,580在 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
    在 GitHub 上查看↗5,580
  • gdretools/gdsdecompGDRETools 的头像

    GDRETools/gdsdecomp

    3,785在 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++
    在 GitHub 上查看↗3,785
  1. Home
  2. DevOps & Infrastructure
  3. Plugin Cache Management
  4. Analysis Plugin Caches

探索子标签

  • 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.