yujincheng08 / Riru-IFWEnhance

A module of Riru. Enhance Intent Firewall.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Riru - IFWEnhance

A module of Riru/Zygisk. Allows Intent Firewall to filter results of queryIntent(Activities/Services) APIs.

Requirements

  • Zygote inject framework installed
    • Riru >= 26.0
    • Zygisk >= 24000
  • Android 8.0+

Feature

Allows Intent Firewall to filter results of follow APIs.

  • IPackageManager.queryIntentActivities
  • IPackageManager.queryIntentActivityOptions
  • IPackageManager.queryIntentServices

Build

  1. Install JDK, Android SDK

  2. Configure sdk path in local.properties

    sdk.dir=/path/to/android/sdk
  3. Build

    ./gradlew module:assembleRelease
  4. Pick <loader>-ifw-enhance-<version>.zip from module/build/outputs/<loader>/release

About

A module of Riru. Enhance Intent Firewall.

License:GNU General Public License v3.0


Languages

Language:Java 81.0%Language:Kotlin 19.0%