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

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

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

3 مستودعات

Awesome GitHub RepositoriesAndroid Resource Decoding

Tools for converting compiled Android binary resources back into editable text.

Distinct from Binary Serialization Formats: Candidates focus on general binary formats or compilers, not Android-specific resource decoding.

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

Awesome Android Resource Decoding GitHub Repositories

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

    iBotPeaches/Apktool

    24,788عرض على GitHub↗

    Apktool is an Android APK reverse engineering tool designed to decode application packages into human-readable form and rebuild them after modification. It functions as a Dalvik bytecode disassembler and a resource decoder, transforming binary Android XML and DEX files into editable text and Smali representation. The project serves as an application rebuilder, packing modified resources and Smali code back into a functional Android application package. This capability enables the modification of application logic and resources for testing and deployment. The tool covers a broad surface of an

    Converts compiled Android binary XML and ARSC files back into editable text formats.

    Java
    عرض على GitHub↗24,788
  • androguard/androguardالصورة الرمزية لـ androguard

    androguard/androguard

    6,116عرض على GitHub↗

    Reverse engineering and pentesting for Android applications

    Parses Android resource tables to extract strings, layouts, and drawables with identifiers.

    Python
    عرض على GitHub↗6,116
  • 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

    Converts compiled binary resources and bytecode from APK files into human-readable formats for analysis.

    Shellandroidandroid-reverse-engineeringapk
    عرض على GitHub↗3,795
  1. Home
  2. Mobile Development
  3. Android Resource Decoding