mirror of
https://github.com/chiteroman/PlayIntegrityFix.git
synced 2025-01-19 03:22:39 +02:00
v13.9
This commit is contained in:
parent
08986d312e
commit
22cb0e60a8
@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="GradleMigrationSettings" migrationVersion="1" />
|
||||
<component name="GradleSettings">
|
||||
<option name="linkedExternalProjectsSettings">
|
||||
<GradleProjectSettings>
|
||||
|
@ -96,6 +96,7 @@ public:
|
||||
read(fd, vector.data(), size);
|
||||
LOGD("Read %ld bytes from fd!", size);
|
||||
} else {
|
||||
close(fd);
|
||||
LOGD("Couldn't read classes.dex from fd!");
|
||||
api->setOption(zygisk::DLCLOSE_MODULE_LIBRARY);
|
||||
return;
|
||||
@ -175,6 +176,8 @@ static void companion(int fd) {
|
||||
|
||||
write(fd, &size, sizeof(long));
|
||||
write(fd, vector.data(), size);
|
||||
|
||||
vector.clear();
|
||||
}
|
||||
|
||||
REGISTER_ZYGISK_MODULE(PlayIntegrityFix)
|
||||
|
@ -2,10 +2,6 @@ We have a Telegram channel!
|
||||
If you want to share your knowledge join:
|
||||
https://t.me/playintegrityfix
|
||||
|
||||
# v13.8
|
||||
# v13.9
|
||||
|
||||
Google banned old fingerprints :(
|
||||
|
||||
This build has hardcoded the fix into Zygisk native libs like v13.0.
|
||||
|
||||
You can't use pif.json or pif.prop files to spoof custom props.
|
||||
Google banned v13.8 fingerprint.
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": "v13.8",
|
||||
"versionCode": 138,
|
||||
"zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v13.8/PlayIntegrityFix_v13.8.zip",
|
||||
"version": "v13.9",
|
||||
"versionCode": 139,
|
||||
"zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v13.9/PlayIntegrityFix_v13.9.zip",
|
||||
"changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md"
|
||||
}
|
Loading…
Reference in New Issue
Block a user