awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
WindySha avatar

WindySha/Xpatch

0
View on GitHub↗
2,986 stars·421 forks·Java·apache-2.0·5 vues

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.

Historique des stars

Graphique de l'historique des stars pour windysha/xpatchGraphique de l'historique des stars pour windysha/xpatch

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Xpatch

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Xpatch.
  • ax/apk.shAvatar de ax

    ax/apk.sh

    3,795Voir sur 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
    Voir sur GitHub↗3,795
  • aslody/virtualappAvatar de asLody

    asLody/VirtualApp

    11,010Voir sur 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
    Voir sur GitHub↗11,010
  • apklab/apklabAvatar de APKLab

    APKLab/APKLab

    3,878Voir sur 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
    Voir sur GitHub↗3,878
  • ibotpeaches/apktoolAvatar de iBotPeaches

    iBotPeaches/Apktool

    24,788Voir sur 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
    Voir sur GitHub↗24,788
Voir les 30 alternatives à Xpatch→

Questions fréquentes

Que fait 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.

Quelles sont les fonctionnalités principales de windysha/xpatch ?

Les fonctionnalités principales de windysha/xpatch sont : 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.

Quelles sont les alternatives open-source à windysha/xpatch ?

Les alternatives open-source à windysha/xpatch incluent : 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…