chiteroman / PlayIntegrityFix
- суббота, 2 декабря 2023 г. в 00:00:17
Fix Play Integrity (and SafetyNet) verdicts.
A Zygisk module which fixes "ctsProfileMatch" (SafetyNet) and "MEETS_DEVICE_INTEGRITY" (Play Integrity).
To use this module you must have one of the following:
It injects a classes.dex file to modify a few fields in the android.os.Build class. Also, it creates a hook in the native code to modify system properties. These are spoofed only to Google Play Services' DroidGuard (SafetyNet/Play Integrity) service.
The purpose of the module is to avoid a hardware attestation.
You can create this file in the module directory to spoof custom values to the GMS unstable process. It will be used instead of the included pif.json.
You can't use values from recent devices due them triggering hardware backed attestation.
If you are failing basicIntegrity (SafetyNet) or MEETS_BASIC_INTEGRITY (Play Integrity) something is wrong in your setup. Recommended steps in order to find the problem:
Some modules which modify system can trigger DroidGuard detection, never hook GMS processes.
Follow these steps:
You can read module logs using this command directly after boot:
adb shell "logcat | grep 'PIF'"
No.
You can read more info here: click me