awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
alibaba avatar

alibaba/AndFix

0
View on GitHub↗
6,998 نجوم·1,598 تفرعات·C++·other·3 مشاهدات

AndFix

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 generation, patch management, and incremental update delivery. These processes enable the injection of patched bytecode into the application runtime to resolve logic errors and crashes.

Features

  • Runtime Logic Hot-Updates - Provides a framework for updating mobile app logic and fixing bugs at runtime without full reinstalls.
  • Binary Delta Generators - Calculates and creates byte-level difference packages between two software releases.
  • Android Application Update Systems - Delivers and merges small binary patches to maintain application stability between official release cycles.
  • Runtime Code Injection - Dynamically loads and executes patched bytecode within the application runtime during initialization.
  • Binary Diffing - Provides bytecode-level comparison of binary files to identify minimal structural changes.
  • Binary Patching Utilities - Provides a system for modifying compiled software binaries to alter functionality and fix bugs.
  • Binary - Generates minimal binary patch files by comparing a fixed package against an older version.
  • Runtime Method Patching - Replaces the implementation of methods in a running application using native hooks.
  • Method Hooking - Implements method hooking to redirect function calls at runtime via memory injection.
  • Patch Consolidation - Allows merging multiple small bug fixes into a single consolidated binary update file.
  • Hot-Patching Tools - Loads and activates downloaded patch files during initialization to update logic without restarting.
  • Patch Consolidation - Combines several single-fix patch files into a single consolidated update to streamline delivery.
  • Incremental Update Chains - Implements incremental update chains to deliver a sequence of signed patches.

سجل النجوم

مخطط تاريخ النجوم لـ alibaba/andfixمخطط تاريخ النجوم لـ alibaba/andfix

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ AndFix

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع AndFix.
  • focus-creative-games/hybridclrالصورة الرمزية لـ focus-creative-games

    focus-creative-games/hybridclr

    7,863عرض على GitHub↗

    HybridCLR is a hybrid C# execution engine and assembly loader designed for Unity. It provides a system for hot-updating C# logic across all platforms at runtime without requiring the application to be rebuilt or reinstalled. The project is distinguished by its mixed-mode execution, which runs unmodified code at native speed while using a high-performance interpreter for updated functions. It includes a generic type resolver that allows hot-updated code to use generic classes and functions regardless of whether they were pre-instantiated in the main binary. To protect proprietary source code,

    C++csharpframeworkhot
    عرض على GitHub↗7,863
  • alibaba/freelineالصورة الرمزية لـ alibaba

    alibaba/freeline

    5,463عرض على GitHub↗

    Freeline is a mobile application update framework and bytecode hot-swap engine designed to deliver incremental binary updates to devices. It functions as a binary diff patching tool and a mobile over-the-air patching framework that allows for the delivery of small update packages to fix bugs and replace resources without requiring a full application reinstall. The system distinguishes itself through its ability to perform dynamic code swapping and native library updating. It replaces shared object binaries and code segments in a running process via socket servers, enabling logic updates and h

    Java
    عرض على GitHub↗5,463
  • alibaba/atlasالصورة الرمزية لـ alibaba

    alibaba/atlas

    8,149عرض على GitHub↗

    Atlas is a modularization system and dynamic component framework for Android. It functions as a class isolation layer and incremental update engine, allowing application logic and resources to be decoupled into independent bundles that are loaded at runtime. The project distinguishes itself by providing physical bundle isolation through custom class loaders to prevent dependency conflicts and bypass method count limits. It enables the deployment of remote components and incremental patches, using bytecode diffs and resource patching to update specific application parts without requiring a ful

    Javaandroidatlasdynamic
    عرض على GitHub↗8,149
  • egametang/etالصورة الرمزية لـ egametang

    egametang/ET

    9,813عرض على GitHub↗

    ET is a C# game server framework and distributed actor model runtime designed for large-scale multiplayer environments. It provides a comprehensive toolkit for building distributed game backends, incorporating a multiplayer network transport layer and a specialized suite for game AI and pathfinding. The framework is distinguished by its use of a distributed actor model to scale processing across multiple threads and servers, utilizing isolated actors for state management and messaging. It features a unified codebase architecture that allows shared logic between the server and client, enabling

    C#actorc-sharpdotnet
    عرض على GitHub↗9,813
عرض جميع البدائل الـ 30 لـ AndFix→

الأسئلة الشائعة

ما هي وظيفة alibaba/andfix؟

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.

ما هي الميزات الرئيسية لـ alibaba/andfix؟

الميزات الرئيسية لـ alibaba/andfix هي: Runtime Logic Hot-Updates, Binary Delta Generators, Android Application Update Systems, Runtime Code Injection, Binary Diffing, Binary Patching Utilities, Binary, Runtime Method Patching.

ما هي البدائل مفتوحة المصدر لـ alibaba/andfix؟

تشمل البدائل مفتوحة المصدر لـ alibaba/andfix: focus-creative-games/hybridclr — HybridCLR is a hybrid C# execution engine and assembly loader designed for Unity. It provides a system for… alibaba/freeline — Freeline is a mobile application update framework and bytecode hot-swap engine designed to deliver incremental binary… alibaba/atlas — Atlas is a modularization system and dynamic component framework for Android. It functions as a class isolation layer… egametang/et — ET is a C# game server framework and distributed actor model runtime designed for large-scale multiplayer… tencent/tinker — Tinker is an Android hotfix framework designed to update application code, resources, and native libraries at runtime… radare/radare2 — radare2 is a reverse engineering framework and binary analysis toolset. It functions as a multi-architecture…