Skip to content

Commit

Permalink
unica: mods: pif: update default fingerprint
Browse files Browse the repository at this point in the history
Change-Id: I5e37967c77dbcdc4096720a37bfe363e462b7c3f
  • Loading branch information
salvogiangri committed Jan 21, 2025
1 parent e4217bf commit 489ce96
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 7c9e3e22dfb2506772f1e758494741c13a1eda09 Mon Sep 17 00:00:00 2001
From c1bc8f33061541c07ca3b56dd547eeea6d7578dc Mon Sep 17 00:00:00 2001
From: Salvo Giangreco <[email protected]>
Date: Fri, 13 Sep 2024 11:04:24 +0200
Subject: [PATCH] Introduce PlayIntegrityHooks
Expand Down Expand Up @@ -120,7 +120,7 @@ index 00000000..fe159605
+.end method
diff --git a/smali_classes6/io/mesalabs/unica/PlayIntegrityHooks.smali b/smali_classes6/io/mesalabs/unica/PlayIntegrityHooks.smali
new file mode 100644
index 00000000..63244303
index 00000000..d568c7ba
--- /dev/null
+++ b/smali_classes6/io/mesalabs/unica/PlayIntegrityHooks.smali
@@ -0,0 +1,970 @@
Expand All @@ -142,7 +142,7 @@ index 00000000..63244303
+
+.field private static final blacklist PIF_DEVICE_INITIAL_SDK_INT:Ljava/lang/String; = "null"
+
+.field private static final blacklist PIF_FINGERPRINT:Ljava/lang/String; = "google/shiba_beta/shiba:15/BP11.241121.013/12873528:user/release-keys"
+.field private static final blacklist PIF_FINGERPRINT:Ljava/lang/String; = "google/shiba_beta/shiba:15/BP11.241210.004/12926906:user/release-keys"
+
+.field private static final blacklist PIF_ID:Ljava/lang/String; = "null"
+
Expand All @@ -158,7 +158,7 @@ index 00000000..63244303
+
+.field private static final blacklist PIF_SECURITY_PATCH:Ljava/lang/String; = "null"
+
+.field private static final blacklist PIF_VERSION:Ljava/lang/String; = "20250111"
+.field private static final blacklist PIF_VERSION:Ljava/lang/String; = "20250121"
+
+.field private static final blacklist TAG:Ljava/lang/String; = "PlayIntegrityHooks"
+
Expand Down Expand Up @@ -680,7 +680,7 @@ index 00000000..63244303
+
+ move-result v1
+
+ const-string v2, "20250111"
+ const-string v2, "20250121"
+
+ invoke-static {v2}, Ljava/lang/Integer;->parseInt(Ljava/lang/String;)I
+
Expand All @@ -698,7 +698,7 @@ index 00000000..63244303
+
+ move-result-object v0
+
+ const-string v1, ", Frameworks version: 20250111"
+ const-string v1, ", Frameworks version: 20250121"
+
+ invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
+
Expand Down Expand Up @@ -989,7 +989,7 @@ index 00000000..63244303
+ :cond_8
+ const-string v0, "persist.sys.pif.fingerprint"
+
+ const-string v2, "google/shiba_beta/shiba:15/BP11.241121.013/12873528:user/release-keys"
+ const-string v2, "google/shiba_beta/shiba:15/BP11.241210.004/12926906:user/release-keys"
+
+ invoke-static {v0, v2}, Landroid/os/SystemProperties;->get(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
+
Expand Down Expand Up @@ -1095,5 +1095,5 @@ index 00000000..63244303
+ return-void
+.end method
--
2.48.0
2.48.1

0 comments on commit 489ce96

Please sign in to comment.