Add Discord community version (64-bit only)

- Added realracing3-community.apk (71.57 MB)
- Removed 32-bit support (armeabi-v7a)
- Only includes arm64-v8a libraries
- Decompiled source code included
- Added README-community.md with analysis
This commit is contained in:
2026-02-18 15:48:36 -08:00
parent c19eb3d7ff
commit c080f0d97f
26930 changed files with 2529574 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
package com.google.android.gms.internal.ads;
import java.nio.ByteBuffer;
import java.nio.charset.Charset;
/* loaded from: classes3.dex */
public final class zzgye {
static final Charset zza;
public static final byte[] zzb;
public static final ByteBuffer zzc;
static {
Charset.forName("US-ASCII");
zza = Charset.forName("UTF-8");
Charset.forName("ISO-8859-1");
byte[] bArr = new byte[0];
zzb = bArr;
zzc = ByteBuffer.wrap(bArr);
zzgwp.zzH(bArr, 0, 0, false);
}
public static int zza(boolean z) {
return z ? 1231 : 1237;
}
public static int zzb(int i, byte[] bArr, int i2, int i3) {
for (int i4 = i2; i4 < i2 + i3; i4++) {
i = (i * 31) + bArr[i4];
}
return i;
}
public static Object zzc(Object obj, String str) {
if (obj != null) {
return obj;
}
throw new NullPointerException(str);
}
}