awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesBinary

Utilities that isolate minimal code changes between two compiled binary versions.

Distinct from Patch Generators: Operates on compiled binary bytecode rather than source-code text diffs.

Explore 1 awesome GitHub repository matching software engineering & architecture · Binary. Refine with filters or upvote what's useful.

Awesome Binary GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • alibaba/andfixAvatar de alibaba

    alibaba/AndFix

    6,998Voir sur GitHub↗

    AndFix is a binary patching framework and update system for Android applications. It provides tools for generating binary diffs and applying runtime method replacements to fix bugs without requiring a full application update. The system utilizes a binary diff generator to isolate minimal code changes between package versions. It supports the consolidation of multiple incremental patches into a single update file and employs native hooks to replace specific method implementations in memory during the application initialization phase. The framework covers capabilities for binary patch generati

    Generates minimal binary patch files by comparing a fixed package against an older version.

    C++androidhotfix
    Voir sur GitHub↗6,998
  1. Home
  2. Software Engineering & Architecture
  3. Code Patching Engines
  4. Patch Generators
  5. Binary