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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesAndroid APK Signers

Utilities for applying digital signatures to Android packages to enable device installation.

Distinct from APK Package Managers: Candidates focus on split APK installers or generic bundle conversion, not the signing process.

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

Awesome Android APK Signers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • meituan-dianping/walleMeituan-Dianping 的头像

    Meituan-Dianping/walle

    6,852在 GitHub 上查看↗

    Walle is a tooling system for automating the injection of distribution channel identifiers and metadata into signed Android application binaries. It functions as a command-line utility and build pipeline extension that reads and writes custom metadata directly into the Android application signing block. The tool specifically modifies the Android Signature V2 block to embed channel identifiers and key-value pairs without re-signing the binary. This approach enables the generation of multiple channel-specific application packages without requiring a full binary rebuild or repeated signing opera

    Manages the Android Signature V2 block to embed metadata while preserving the original cryptographic signature.

    Javaandroidapk-signature-scheme-v2gradle
    在 GitHub 上查看↗6,852
  • 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

    Applies digital signatures to modified APKs so the Android operating system accepts them for installation.

    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,

    Applies new digital signatures to repacked APKs to ensure they can be installed on target devices.

    Javahookunrootwhale
    在 GitHub 上查看↗2,986
  • lsposed/corepatchLSPosed 的头像

    LSPosed/CorePatch

    2,876在 GitHub 上查看↗

    Disables Android's APK signature verification to allow installation of modified, downgraded, or inconsistently signed packages.

    Javacorepatchdisable-signature-verificationxposed
    在 GitHub 上查看↗2,876
  1. Home
  2. Mobile Development
  3. Android APK Signers

探索子标签

  • Signature Bypass ToolsTools that disable Android's APK signature verification to allow installation of modified or inconsistently signed packages. **Distinct from Android APK Signers:** Distinct from Android APK Signers: focuses on bypassing signature verification rather than applying signatures.