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,62 @@
package com.applovin.impl;
import java.util.Arrays;
/* loaded from: classes.dex */
final class yf {
private final int a;
private boolean b;
private boolean c;
public byte[] d;
public int e;
public boolean a() {
return this.c;
}
public boolean a(int i) {
if (!this.b) {
return false;
}
this.e -= i;
this.b = false;
this.c = true;
return true;
}
public void b() {
this.b = false;
this.c = false;
}
public yf(int i, int i2) {
this.a = i;
byte[] bArr = new byte[i2 + 3];
this.d = bArr;
bArr[2] = 1;
}
public void a(byte[] bArr, int i, int i2) {
if (this.b) {
int i3 = i2 - i;
byte[] bArr2 = this.d;
int length = bArr2.length;
int i4 = this.e + i3;
if (length < i4) {
this.d = Arrays.copyOf(bArr2, i4 * 2);
}
System.arraycopy(bArr, i, this.d, this.e, i3);
this.e += i3;
}
}
public void b(int i) {
b1.b(!this.b);
boolean z = i == this.a;
this.b = z;
if (z) {
this.e = 3;
this.c = false;
}
}
}