awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
LSPosed avatar

LSPosed/CorePatch

0
View on GitHub↗
2,876 星标·222 分支·Java·gpl-2.0·4 次浏览

CorePatch

Features

  • Android Package Installer Modifiers - Modifies the Android package installer to ignore version-downgrade and signature-mismatch errors during app installation.
  • Modified APK Installers - Patches Android's system to bypass digest validation, enabling installation of apps altered after compilation.
  • Install Flow Interceptors - Intercepts Android's package installation flow at the system service layer to apply custom policies.
  • APK Version Check Suppressors - Suppresses Android's version-downgrade error by modifying comparison logic in PackageManager's install flow.
  • Signature Bypass Tools - Disables Android's APK signature verification to allow installation of modified, downgraded, or inconsistently signed packages.
  • Platform-Level Hook Injections - Hooks into Android's PackageManagerService to intercept and modify installation checks before they reach the user.
  • Inconsistent Signature Installers - Overlays and installs Android apps even when their signatures do not match the currently installed version.
  • Installation Bypasses - Installs Android apps blocked by version downgrade, signature mismatch, or digest validation errors.
  • Digest Validation Overrides - Patches Android's digest validation to allow installation of modified APKs without recomputing checksums.
  • APK Signature Bypasses - Overrides Android's APK signature verification by patching system service signature-checking methods at runtime.
  • Mismatched Signature Installers - Installs Android apps even when their signatures do not match the currently installed version.
  • APK Signature Verification Disablers - Bypasses Android's APK signature checks so modified, downgraded, or inconsistently signed packages can be installed.
  • Android System Service Hooks - Hooks into Android's PackageManager and Installer system services to gain control over installation operations.
  • APK Downgrade Enablers - Suppresses Android's version-downgrade error to permit installation of older app versions over newer ones.
  • APK Downgrade Installers - Installs older versions of Android apps by suppressing the version-downgrade error that normally blocks it.
  • Runtime Method Patching - Uses runtime method replacement to alter Android framework methods without modifying system files.

Star 历史

lsposed/corepatch 的 Star 历史图表lsposed/corepatch 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

CorePatch 的开源替代方案

相似的开源项目,按与 CorePatch 的功能重合度排序。
  • zacharee/installwithoptionszacharee 的头像

    zacharee/InstallWithOptions

    2,575在 GitHub 上查看↗

    InstallWithOptions is a specialized Android application deployment utility designed to install application packages using advanced flags and elevated permissions. It functions as an installer and deployer that can bypass standard system restrictions, such as version checks and minimum target SDK requirements. The tool differentiates itself through the ability to perform version downgrades, deploy multi-part split APK bundles as single cohesive apps, and install test-only packages. It further automates the deployment process by granting runtime permissions automatically and spoofing the instal

    Kotlin
    在 GitHub 上查看↗2,575
  • bang590/jspatchbang590 的头像

    bang590/JSPatch

    11,330在 GitHub 上查看↗

    JSPatch is a JavaScript native bridge and method swizzler that allows for the dynamic injection of logic into a hosted native environment. It functions as a cross-language data mapper and execution engine, enabling the replacement of native function pointers with JavaScript wrappers to modify application behavior at runtime. The project provides the ability to perform runtime application patching by overriding native class methods and object properties. This allows for the modification of application logic and the application of hotfixes using JavaScript code loaded from local files or remote

    Objective-C
    在 GitHub 上查看↗11,330
  • steipete/aspectssteipete 的头像

    steipete/Aspects

    8,436在 GitHub 上查看↗

    Aspects is an aspect-oriented programming library and method hooking framework designed for intercepting and modifying JavaScript function behavior without altering the original source code. It serves as a runtime logic injector that allows for the addition and removal of executable code wrappers from active functions. The library enables the injection of custom logic before or after methods to change application behavior at runtime. It further provides the ability to intercept method calls to capture or override return values before they reach the caller. The framework manages these interce

    Objective-Caspectshooksobjective-c
    在 GitHub 上查看↗8,436
  • pardeike/harmonypardeike 的头像

    pardeike/Harmony

    6,526在 GitHub 上查看↗

    Harmony is a library for modifying, replacing, and decorating compiled .NET and Mono methods during execution without altering binary files on disk. It functions as a runtime method patching tool, a CIL instruction manipulator, and a reflection extension for C#. The project provides mechanisms to intercept method execution, allowing custom code to run before or after original methods while maintaining the existing program flow. It enables the analysis and rewriting of Common Intermediate Language instructions to change the internal logic of compiled methods. The toolkit also includes utiliti

    C#cilcsharpdetour
    在 GitHub 上查看↗6,526
查看 CorePatch 的所有 10 个替代方案→

常见问题解答

lsposed/corepatch 的主要功能有哪些?

lsposed/corepatch 的主要功能包括:Android Package Installer Modifiers, Modified APK Installers, Install Flow Interceptors, APK Version Check Suppressors, Signature Bypass Tools, Platform-Level Hook Injections, Inconsistent Signature Installers, Installation Bypasses。

lsposed/corepatch 有哪些开源替代品?

lsposed/corepatch 的开源替代品包括: zacharee/installwithoptions — InstallWithOptions is a specialized Android application deployment utility designed to install application packages… bang590/jspatch — JSPatch is a JavaScript native bridge and method swizzler that allows for the dynamic injection of logic into a hosted… teamvanced/vancedmanager — VancedManager is an Android APK manager and environment modifier designed to download and install modified application… pardeike/harmony — Harmony is a library for modifying, replacing, and decorating compiled .NET and Mono methods during execution without… wemobiledev/article — This repository is a collection of technical knowledge and solutions focused on mobile application development,… steipete/aspects — Aspects is an aspect-oriented programming library and method hooking framework designed for intercepting and modifying…