awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • shroudedcode/apk-mitmshroudedcode 的头像

    shroudedcode/apk-mitm

    5,036在 GitHub 上查看↗

    apk-mitm 是一个命令行实用程序,旨在修改 Android APK 文件以通过代理进行 HTTPS 流量检查。它充当网络安全补丁工具和证书锁定绕过工具,通过自动化修改应用程序包来允许中间人流量分析。 该工具通过解包、修改内部文件并重新编码二进制文件来修改已编译的 Android 包。它专注于禁用证书锁定并将网络安全配置注入应用程序清单,从而允许在已 root 和未 root 的设备上使用代理证书。 该软件涵盖了移动 API 安全测试和通过字节码级补丁进行的逆向工程。它包含一个暂停补丁过程的机制,允许在重建和签名最终包之前在临时目录中进行手动文件修改。

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

    TypeScript
    在 GitHub 上查看↗5,036
  • apklab/apklabAPKLab 的头像

    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.shax 的头像

    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/xpatchWindySha 的头像

    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