awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • meituan-dianping/walleAvatar de Meituan-Dianping

    Meituan-Dianping/walle

    6,852Ver en 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
    Ver en GitHub↗6,852
  • ax/apk.shAvatar de ax

    ax/apk.sh

    3,795Ver en 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
    Ver en GitHub↗3,795
  • windysha/xpatchAvatar de WindySha

    WindySha/Xpatch

    2,986Ver en 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
    Ver en GitHub↗2,986
  • lsposed/corepatchAvatar de LSPosed

    LSPosed/CorePatch

    2,876Ver en GitHub↗

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

    Javacorepatchdisable-signature-verificationxposed
    Ver en GitHub↗2,876
  1. Home
  2. Mobile Development
  3. Android APK Signers

Explorar subetiquetas

  • 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.