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,39 @@
package com.applovin.impl;
import com.applovin.impl.xa;
import java.io.EOFException;
/* loaded from: classes.dex */
public final class za {
private final bh a = new bh(10);
public bf a(l8 l8Var, xa.a aVar) {
bf bfVar = null;
int i = 0;
while (true) {
try {
l8Var.c(this.a.c(), 0, 10);
this.a.f(0);
if (this.a.z() != 4801587) {
break;
}
this.a.g(3);
int v = this.a.v();
int i2 = v + 10;
if (bfVar == null) {
byte[] bArr = new byte[i2];
System.arraycopy(this.a.c(), 0, bArr, 0, 10);
l8Var.c(bArr, 10, v);
bfVar = new xa(aVar).a(bArr, i2);
} else {
l8Var.c(v);
}
i += i2;
} catch (EOFException unused) {
}
}
l8Var.b();
l8Var.c(i);
return bfVar;
}
}