awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 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·33 views

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.

Star history

Star history chart for windysha/xpatchStar history chart for windysha/xpatch

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Xpatch

Similar open-source projects, ranked by how many features they share with Xpatch.
  • ax/apk.shax avatar

    ax/apk.sh

    3,795View on 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
    View on GitHub↗3,795
  • jermic/android-crack-toolJermic avatar

    Jermic/Android-Crack-Tool

    2,944View on GitHub↗

    This project is a toolkit for reverse engineering, modifying, and re-signing Android application packages. It provides a suite of utilities designed to decompile compiled binary files into readable source code and translate low-level bytecode into formats suitable for human analysis. The tool facilitates security auditing and research by allowing users to extract and interpret manifest metadata, decode Unicode sequences, and inspect internal application logic. Beyond analysis, it supports the modification of application packages, enabling users to rebuild and re-align files to optimize perfor

    androidandroid-crackapk
    View on GitHub↗2,944
  • aslody/virtualappasLody avatar

    asLody/VirtualApp

    11,010View on 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
    View on GitHub↗11,010
  • apklab/apklabAPKLab avatar

    APKLab/APKLab

    3,878View on 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
    View on GitHub↗3,878
See all 30 alternatives to Xpatch→

Frequently asked questions

What does windysha/xpatch do?

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.

What are the main features of windysha/xpatch?

The main features of windysha/xpatch are: 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.

What are some open-source alternatives to windysha/xpatch?

Open-source alternatives to windysha/xpatch include: ax/apk.sh — apk.sh is a mobile application patching framework and reverse engineering tool designed to inject custom… jermic/android-crack-tool — This project is a toolkit for reverse engineering, modifying, and re-signing Android application packages. It provides… 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… ibotpeaches/apktool — Apktool is an Android APK reverse engineering tool designed to decode application packages into human-readable form… shroudedcode/apk-mitm — apk-mitm is a command-line utility designed to modify Android APK files to enable HTTPS traffic inspection via a…