Core Patch N Documentation

repository·main·Indexed 25 days ago

https://github.com/lsposed/corepatch

An Xposed module for Android 9+ that modifies the package manager service to bypass installation restrictions, including APK signature checks, app downgrades, and package verification. Requires libxposed API version 101.

Tokens
394
Snippets
0
Records
4
Agent score
35%

What's inside Core Patch N

  1. Overview of Core Patch N

    main

    Core Patch N is an Xposed module designed to modify the behavior of the Android package manager service. It enables bypassing several installation-related restrictions, including:

    • App downgrade restrictions
    • APK signature checks
    • Other installation restrictions
  2. Configure Core Patch settings

    main

    Core Patch provides several configuration toggles to bypass various Android system restrictions. These settings are managed via the application's main UI. The available configuration keys (referenced via Config) are:

    • BYPASS_DOWNGRADE: Bypasses downgrade restrictions.
    • BYPASS_VERIFICATION: Bypasses package verification.
    • BYPASS_RESOURCE_ARSC_RESTRICTIONS: Bypasses resource ARSC restrictions.
    • BYPASS_DIGEST: Bypasses digest verification.
    • BYPASS_EXACT_SIGNATURE_MATCH: Bypasses exact signature matching requirements.
    • USE_PREVIOUS_SIGNATURES: Allows using previous signatures (includes warnings on MIUI devices).
    • ALLOW_HIDDEN_APIS_FOR_SYSTEM_APPS: Allows hidden APIs for system applications.
    • BYPASS_SHARED_USER: Bypasses shared user restrictions.
    • DISABLE_VERIFICATION_AGENT: Disables the verification agent.
    • BYPASS_BLOCK: Bypasses certain blocks.