An Xposed Framework module that disables signature verification on Android.
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.
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.
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.
Special thanks to the following for their contributions.
- weishu: For code references.
- LSPosed: For the ART Hook Framework.
- yujincheng08: For technical 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.
CorePatch is released under the GPL V2 license. See the LICENSE file for more details.