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
·
WindySha avatar

WindySha/Xpatch

0
View on GitHub↗
2,986 estrellas·421 forks·Java·apache-2.0·3 vistas

Xpatch

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, which prevents applications from crashing after their original developer signatures are removed and replaced.

The toolkit covers several core capability areas, including manifest editing to change package identifiers and version codes, and module bundling to embed specific plugin files directly into the target package. It also supports the selection of different hooking engines and the management of module activation via external configuration files.

Features

  • Android APK Repackaging Tools - Repackages Android application packages to insert plugin loading logic for rootless hooking.
  • Rootless App Hooking Tools - Injects plugin loaders into application binaries to enable runtime modifications without requiring device root access.
  • APK Signers - Provides a tool to apply new digital signatures to repacked APKs so they can be installed on Android devices.
  • Android Manifest Customization - Changes package names, version codes, and debuggable status within an Android application to customize installation.
  • Android APK Signers - Applies new digital signatures to repacked APKs to ensure they can be installed on target devices.
  • Android App Rebuilding - Rebuilds and resigns Android application packages after modifying the manifest or injecting custom loading logic.
  • Android Manifest Editors - Modifies the package name, version code, version name, and debuggable status within the application manifest.
  • Android Plugin Injections - Embeds specific module files and loading logic into an APK to enable custom behavior upon application launch.
  • Rootless Android Hooking - Inserts a plugin loader into the application binary to enable runtime modifications without requiring system-level root access.
  • Android Package Resigning - Removes original package certificates and applies new signatures to allow modified binaries to be installed.
  • Signature Spoofing Utilities - Disables internal signature verification checks to allow modified and resigned Android applications to run.
  • Verification Bypasses - Disables internal signature verification checks within modified applications to prevent crashes after repackaging.
  • System Hooking Frameworks - Decouples injection logic from the hooking engine to allow switching between different runtime modification frameworks.
  • Module Bundling - Embeds specific plugin files directly into the application package for automatic loading during launch.
  • Android Module Bundling - Embeds specific plugin files directly into the target package for automatic loading upon launch.
  • Hooking Engine Selection - The tool allows users to select or switch the underlying hooking engine to ensure compatibility with specific operating system versions.

Historial de estrellas

Gráfico del historial de estrellas de windysha/xpatchGráfico del historial de estrellas de windysha/xpatch

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace windysha/xpatch?

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.

¿Cuáles son las características principales de windysha/xpatch?

Las características principales de windysha/xpatch son: Android APK Repackaging Tools, Rootless App Hooking Tools, APK Signers, Android Manifest Customization, Android APK Signers, Android App Rebuilding, Android Manifest Editors, Android Plugin Injections.

¿Qué alternativas de código abierto existen para windysha/xpatch?

Las alternativas de código abierto para windysha/xpatch incluyen: ax/apk.sh — apk.sh is a mobile application patching framework and reverse engineering tool designed to inject custom… aslody/virtualapp — VirtualApp is an Android application virtualization engine and user-space sandbox that enables the execution of… apklab/apklab — APKLab is an integrated security analysis platform and reverse engineering IDE for Android applications. It provides a… shroudedcode/apk-mitm — apk-mitm is a command-line utility designed to modify Android APK files to enable HTTPS traffic inspection via a… ibotpeaches/apktool — Apktool is an Android APK reverse engineering tool designed to decode application packages into human-readable form… meituan-dianping/walle — Walle is a tooling system for automating the injection of distribution channel identifiers and metadata into signed…

Alternativas open-source a Xpatch

Proyectos open-source similares, clasificados según cuántas características comparten con Xpatch.
  • 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

    Shellandroidandroid-reverse-engineeringapk
    Ver en GitHub↗3,795
  • aslody/virtualappAvatar de asLody

    asLody/VirtualApp

    11,010Ver en GitHub↗

    VirtualApp is an Android application virtualization engine and user-space sandbox that enables the execution of applications within an isolated environment. It allows for the running of multiple independent instances of the same application on a single device and supports private application installation without requiring system-level root access. The project features a comprehensive hooking framework for intercepting Java and native layer functions to modify application behavior. It includes tools for hardware simulation to spoof device models and system information, as well as a non-root pr

    Javaandroidframeworkplugin
    Ver en GitHub↗11,010
  • apklab/apklabAvatar de APKLab

    APKLab/APKLab

    3,878Ver en 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

    TypeScript
    Ver en GitHub↗3,878
  • ibotpeaches/apktoolAvatar de iBotPeaches

    iBotPeaches/Apktool

    24,788Ver en 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

    Java
    Ver en GitHub↗24,788
Ver las 30 alternativas a Xpatch→