Skip to content

igormiguell/CorePatch

 
 

Repository files navigation

CorePatch

An Xposed Framework module that disables signature verification on Android.

Android CI GitHub Release (latest by date) CRAN/METACRAN

Supported Android versions

CorePatch has been developed to support multiple Android versions through different branches.

main branch: Supports Android 10-15.
Q branch: Supports Android 9.0-10.0.
master branch: Supports Android 4.4-7.x.

Note: For Android 8.x, you may need to find the commit that changed the version name to 2.1 and compile the module yourself.

Features

CorePatch provides several key features to bypass Android's standard installation checks.

Downgrade apps: Allows you to install an older version of an app, suppressing the INSTALL_FAILED_VERSION_DOWNGRADE error.
Install modified APKs: Ignores errors like "Invalid digest", allowing you to install apps that have been modified after compilation.
Install with inconsistent signatures: Overlays and installs apps even if their signatures don't match the currently installed version.

Download

Latest release: You can download the latest stable version from the GitHub Releases page.
Development builds: Get the latest development builds directly from GitHub Actions.
Historical versions: Older versions are available for download here.

Credits

Special thanks to the following for their contributions.

Community & support

Join the community on Telegram to discuss the module and get support.
If you find this project useful, consider supporting the developer via PayPal.

License

CorePatch is released under the GPL V2 license. See the LICENSE file for more details.

About

Disable signature verification For Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%