Skip to content

VisionR1/TargetedFix

 
 

Repository files navigation

Targeted Fix

Forked to be more flexible, with other apps in a target list, except only GMS.

GitHub release (latest by date) GitHub Release Date GitHub Releases GitHub All Releases

A Zygisk module which "fixes" the FP to the apps in the target list.

To use this module you must have one of the following (latest versions):

About module

It injects a classes.dex file to modify fields in the android.os.Build class. Also, it creates a hook in the native code to modify system properties. These are spoofed only in the apps inside in the target list.

Also, there have a robust multi-target .json/prop, which only targeted specific apps with a differned FP than the default .json/prop.

A example, inside in the target.txt write the package name but then create a com.android.vending.json/prop or com.google.android.gms.unstable.json/prop with what FP you want inside, etc.

Also, read the original README.md from PIFork: https://github.com/osm0sis/PlayIntegrityFork?tab=readme-ov-file#play-integrity-fork

How use this module

For generally use, customize target packages in /data/adb/targetedfix/config/target.txt & the FP in the /data/adb/targetedfix/config/fix.json/prop to "fix" the FP.

For multi-target with different FPs, customize target packages in /data/adb/targetedfix/config/target.txt, but instead of fix.json/prop rename it to the package name or process of the apps (example com.android.vending.json/prop & com.google.android.gms.unstable.json/prop). For the GMS, it's the same process with PIFork.

About

"Fix" FP in the apps you want with a target list.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.0%
  • Java 1.8%
  • Other 0.2%