Add decompiled APK source code (JADX)

- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,46 @@
package com.google.android.gms.internal.ads;
import com.google.android.gms.common.util.MurmurHash3;
import java.io.UnsupportedEncodingException;
/* loaded from: classes3.dex */
public final class zzazp {
public static int zza(String str) {
byte[] bytes;
try {
bytes = str.getBytes("UTF-8");
} catch (UnsupportedEncodingException unused) {
bytes = str.getBytes();
}
return MurmurHash3.murmurhash3_x86_32(bytes, 0, bytes.length, 0);
}
/* JADX WARN: Code restructure failed: missing block: B:62:0x00ee, code lost:
if (true != r4) goto L65;
*/
/* JADX WARN: Code restructure failed: missing block: B:63:0x00f0, code lost:
r5 = r3;
*/
/* JADX WARN: Code restructure failed: missing block: B:64:0x00f1, code lost:
r4 = true;
*/
/* JADX WARN: Code restructure failed: missing block: B:68:0x0100, code lost:
if (true != r4) goto L65;
*/
@androidx.annotation.Nullable
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public static java.lang.String[] zzb(@androidx.annotation.Nullable java.lang.String r11, boolean r12) {
/*
Method dump skipped, instructions count: 286
To view this dump add '--comments-level debug' option
*/
throw new UnsupportedOperationException("Method not decompiled: com.google.android.gms.internal.ads.zzazp.zzb(java.lang.String, boolean):java.lang.String[]");
}
}