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

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

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

3 مستودعات

Awesome GitHub RepositoriesAndroid Binary Patching Engines

Engines that calculate and apply bytecode diffs and resource patches to update Android applications incrementally.

Distinct from Incremental Updates: Specifically an engine for Android binary/resource patching, unlike ML model or document index updates.

Explore 3 awesome GitHub repositories matching mobile development · Android Binary Patching Engines. Refine with filters or upvote what's useful.

Awesome Android Binary Patching Engines GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • 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

    Deploys bytecode diffs and resource patches to update specific application components without a full reinstall.

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

    alibaba/dexposed

    4,508عرض على GitHub↗

    Dexposed هي مجموعة من أدوات ومحركات وقت التشغيل مصممة للتصحيح الديناميكي، واعتراض إطار العمل، وتجهيز الكود على أجهزة Android. تعمل كإطار عمل للربط (hooking) وأداة تجهيز تستخدم لتحميل كود مخصص في العمليات الجارية لتغيير المنطق دون تعديل البايت كود الأصلي. يتيح المشروع اعتراض وتعديل سلوك الطريقة داخل كل من تطبيقات Android وإطار عمل النظام. يوفر بشكل خاص قدرات لتجاوز قيود نظام التشغيل عن طريق تجاوز استدعاءات إطار العمل وتطبيق تصحيحات ساخنة على العمليات الحية دون الحاجة إلى إعادة التشغيل. تغطي مجموعة الأدوات قدرات تجهيز واسعة، بما في ذلك اعتراض عمليات تنفيذ الطريقة، وإعادة توجيه استدعاءات الطريقة الفائقة، ومراقبة سلوك مستوى النظام من خلال اعتراض وقت التشغيل.

    Applies code fixes or feature changes to live Android processes without requiring an application restart.

    Java
    عرض على GitHub↗4,508
  • reactnativecn/react-native-updateالصورة الرمزية لـ reactnativecn

    reactnativecn/react-native-update

    1,975عرض على GitHub↗

    React Native Update is a deployment platform designed to deliver JavaScript code changes directly to mobile applications. By enabling over-the-air updates, the system allows developers to push patches to installed binaries, effectively bypassing standard app store review cycles. The project distinguishes itself through a specialized binary patching engine that generates small code diffs to minimize bandwidth consumption during delivery. To maintain service reliability, it incorporates an automated rollback framework that monitors application stability after an update and reverts to a previous

    Generates and distributes small code diffs to minimize bandwidth usage during application updates.

    TypeScriptcodepushhotfixota
    عرض على GitHub↗1,975
  1. Home
  2. Mobile Development
  3. Android Binary Patching Engines

استكشف الوسوم الفرعية

  • Hot Patching EnginesSystems designed to apply live updates to running application logic without restarts. **Distinct from Android Binary Patching Engines:** Focuses on the engine for runtime hot-patching rather than static binary patching utilities.
  • JavaScript Patching EnginesEngines that calculate and distribute code diffs specifically for JavaScript bundles in mobile applications. **Distinct from Android Binary Patching Engines:** Distinct from Android binary patching: focuses on JavaScript bundle diffing rather than native bytecode or resource patching.
  • Runtime Hot PatchingApplying code fixes to a live process without requiring a restart. **Distinct from Android Binary Patching Engines:** Focuses on hot-patching active processes rather than calculating binary diffs for package updates.