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
·

3 dépôts

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

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

    iBotPeaches/Apktool

    24,788Voir sur 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
    Voir sur GitHub↗24,788
  • androguard/androguardAvatar de androguard

    androguard/androguard

    6,116Voir sur GitHub↗

    Reverse engineering and pentesting for Android applications

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

    Python
    Voir sur GitHub↗6,116
  • ax/apk.shAvatar de ax

    ax/apk.sh

    3,795Voir sur 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
    Voir sur GitHub↗3,795
  1. Home
  2. Mobile Development
  3. Android Resource Decoding