Howard20181 / Riru-IFWEnhance-TIW

A module of Riru/Zygisk. Enhance Intent Firewall. Special edition for TigerInTheWall.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Riru - IFWEnhance TIW

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

This is a special edition, ONLY for TigerInTheWall.

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-tiw-<version>.zip from module/build/outputs/<loader>/release

About

A module of Riru/Zygisk. Enhance Intent Firewall. Special edition for TigerInTheWall.

License:GNU General Public License v3.0


Languages

Language:Java 100.0%