CorePatch

Disable signature verification For Android
禁用安装apk时候执行的签名校验
The current version support android 10-14
当前版本只支持安卓10-14

Fetures 功能

 allow downgrade application [INSTALL_FAILED_VERSION_DOWNGRADE]
 允许降级安装应用

 allows direct install apps after modify file in apk [ignore invalid digest error etc..]
 允许安装签名错误的apk

 allow overlay install apps with inconsistent signatures
 允许在使用不同签名的情况下覆盖安装

Package

com.coderstory.toolkit

Authors

CoderStory

Releases

Core Patch 4.7

Release type: Stable

6/14/2025, 5:48:42 PM

What's Changed

  • Initial support for A16

更新日志

  • 初步支持 Android 16

Core Patch 4.5

Release type: Stable

4/15/2024, 1:34:51 PM

Changelog

  • Support bypassing shared uid verification for A11+

更新日志

  • 支持在 Android 11+ 上绕过 shared uid 验证

Core Patch 4.3

Release type: Stable

10/13/2023, 5:58:04 PM

Changelog

  • Initial support for Android 14
  • Allow re-install app with different signatures and permission declared

更新日志

  • 初步支持 Android 14
  • 允许覆盖安装声明了自定义权限且签名冲突的应用

Core Patch 4.2

Release type: Stable

11/19/2022, 6:17:27 PM

Changelog

  • Fix regression on Android 12

更新日志

  • 修复 Android 12 下的回归问题

Note

Android 13 may require LSPosed 6638+

Android 13 可能需要 LSPosed 6638+

Core Patch 4.1

Release type: Stable

10/30/2022, 10:56:38 AM

Changelog

  • Fix regression on Android 12

更新日志

  • 修复 Android 12 下的回归问题

Note

Android 13 may require LSPosed 6638+

Android 13 可能需要 LSPosed 6638+

Core Patch 4.0

Release type: Stable

10/27/2022, 10:21:18 AM

Changelog

  • Support up to Android 13

更新日志

  • 兼容到 Android 13

Core Patch 3.8

Release type: Stable

12/9/2021, 11:34:25 AM

Changelog

  • Fix override packages that declare custom permissions on Android 12 @eebssk1
  • Fix java.lang.ClassCastException in verifyV1Signature @sekaiacg

更新日志

  • 修复在 Android 12 下覆盖声明自定义权限的包 @eebssk1
  • 修复 MIUI 下一个问题 @sekaiacg

Core Patch 3.7

Release type: Stable

10/14/2021, 7:27:38 AM

Changelog

  • Always use signatures from already installed apps when installing @eebssk1
  • Support Android 12

更新日志

Core Patch 3.5

Release type: Stable

6/1/2021, 3:09:05 PM

1.if app is system app, allow to use hidden api, even if app not using a system signature
2.fix any app can use signature permission

修复了旧版本上的权限泄露的问题

3.4

Release type: Stable

4/14/2021, 12:38:21 PM

fix hot reboot after re-install pre-app on flyme 9
reduce the APK size @tehcneko

Core Patch 3.3

Release type: Stable

2/14/2021, 11:01:24 AM

add enhanced mode
pass some validation in the application
some apps always check certs after launch, this function may can crack it

thanks @VirRain ldentify problems and assist in testing
thanks lsposed term for hook framework