awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • shroudedcode/apk-mitmAvatar von shroudedcode

    shroudedcode/apk-mitm

    5,036Auf GitHub ansehen↗

    apk-mitm is a command-line utility designed to modify Android APK files to enable HTTPS traffic inspection via a proxy. It functions as a network security patcher and certificate pinning bypass tool, automating the process of altering application packages to allow man-in-the-middle traffic analysis. The tool modifies compiled Android packages by unpacking them, altering internal files, and re-encoding the binary. It specifically focuses on disabling certificate pinning and injecting network security configurations into the application manifest, which permits the use of proxy certificates on b

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

    TypeScript
    Auf GitHub ansehen↗5,036
  • apklab/apklabAvatar von APKLab

    APKLab/APKLab

    3,878Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,878
  • ax/apk.shAvatar von ax

    ax/apk.sh

    3,795Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,795
  • windysha/xpatchAvatar von WindySha

    WindySha/Xpatch

    2,986Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,986
  1. Home
  2. Mobile Development
  3. Android APK Repackaging Tools