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

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

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

4 مستودعات

Awesome GitHub RepositoriesAndroid APK Repackaging Tools

Tools for decompiling, modifying, and rebuilding Android application packages.

Distinct from APK Package Managers: Candidates focus on installation or extraction, not the full repackaging cycle for injection.

Explore 4 awesome GitHub repositories matching mobile development · Android APK Repackaging Tools. Refine with filters or upvote what's useful.

Awesome Android APK Repackaging Tools GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • shroudedcode/apk-mitmالصورة الرمزية لـ shroudedcode

    shroudedcode/apk-mitm

    5,036عرض على GitHub↗

    apk-mitm هي أداة سطر أوامر مصممة لتعديل ملفات Android APK لتمكين فحص حركة مرور HTTPS عبر خادم وكيل (Proxy). تعمل الأداة كأداة لتصحيح أمان الشبكة وتجاوز تثبيت الشهادات (Certificate Pinning)، حيث تقوم بأتمتة عملية تعديل حزم التطبيقات للسماح بتحليل حركة المرور بطريقة "رجل في المنتصف" (Man-in-the-Middle). تقوم الأداة بتعديل حزم Android المجمعة عن طريق فك ضغطها، وتغيير الملفات الداخلية، وإعادة ترميز الملف الثنائي. تركز الأداة بشكل خاص على تعطيل تثبيت الشهادات وحقن تكوينات أمان الشبكة في ملف بيان التطبيق (Manifest)، مما يسمح باستخدام شهادات الوكيل على الأجهزة ذات صلاحيات الجذر (Root) وبدونها. تغطي الأداة اختبار أمان واجهات برمجة تطبيقات الهاتف المحمول والهندسة العكسية من خلال التصحيح على مستوى البايت كود (Bytecode). كما تتضمن آلية لإيقاف عملية التصحيح مؤقتاً، مما يسمح بالتعديل اليدوي للملفات في دليل مؤقت قبل إعادة بناء الحزمة وتوقيعها.

    Provides a command-line utility for decompiling, modifying, and rebuilding Android APKs to enable traffic inspection.

    TypeScript
    عرض على GitHub↗5,036
  • apklab/apklabالصورة الرمزية لـ APKLab

    APKLab/APKLab

    3,878عرض على GitHub↗

    APKLab is an integrated security analysis platform and reverse engineering IDE for Android applications. It provides a unified environment for decompiling binaries into source code, repackaging modified applications into signed installers, and performing comprehensive security analysis. The platform distinguishes itself by combining static and dynamic analysis workflows. It enables the injection of runtime hooks and gadget libraries to monitor application behavior, while providing specialized patching capabilities to intercept and decrypt encrypted network traffic via a proxy. The toolkit co

    Provides a full toolkit for decompiling, modifying, and rebuilding Android application packages into signed installers.

    TypeScript
    عرض على GitHub↗3,878
  • ax/apk.shالصورة الرمزية لـ ax

    ax/apk.sh

    3,795عرض على GitHub↗

    apk.sh is a mobile application patching framework and reverse engineering tool designed to inject custom instrumentation and logic into compiled Android binaries. It serves as a workflow manager for modifying application packages without requiring access to the original source code. The toolkit focuses on automating the process of injecting the Frida gadget into Android packages, enabling dynamic analysis and function hooking on non-rooted devices. It handles the end-to-end lifecycle of deconstructing, modifying, and resigning binaries to facilitate security research, malware analysis, and be

    Provides a framework for decompiling, modifying, and rebuilding Android application packages for security research.

    Shellandroidandroid-reverse-engineeringapk
    عرض على GitHub↗3,795
  • windysha/xpatchالصورة الرمزية لـ WindySha

    WindySha/Xpatch

    2,986عرض على GitHub↗

    Xpatch is a collection of specialized utilities designed for modifying and resigning Android application packages to enable rootless hooking and plugin injection. It functions as an APK repackager that allows for the injection of loading logic and the application of new digital signatures to ensure modified binaries can be installed on devices. The project features a rootless hooking tool that inserts plugin loaders into application binaries, enabling runtime modifications without requiring system-level root access. It includes a signature bypass tool to disable internal verification checks,

    Repackages Android application packages to insert plugin loading logic for rootless hooking.

    Javahookunrootwhale
    عرض على GitHub↗2,986
  1. Home
  2. Mobile Development
  3. Android APK Repackaging Tools