Files
rr3-apk/decompiled-community/sources/com/ironsource/adqualitysdk/sdk/i/ei.java
Daniel Elliott c080f0d97f 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
2026-02-18 15:48:36 -08:00

101 lines
4.5 KiB
Java
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
package com.ironsource.adqualitysdk.sdk.i;
import android.media.AudioTrack;
import android.text.TextUtils;
import android.view.ViewConfiguration;
/* loaded from: classes4.dex */
public abstract class ei extends en {
/* renamed from: ﻐ, reason: contains not printable characters */
private static int[] f1869 = {420236066, -295460615, -1364122726, -873565050, 1181204239, 1826356215, -581828312, 653940874, -14598368, -130304883, 1801134568, -1772069097, -730486609, 1442290713, -979193622, 835078411, 1546149777, -1419428701};
public ei(dz dzVar, dz dzVar2, dm dmVar) {
super(dzVar, dzVar2, dmVar);
}
@Override // com.ironsource.adqualitysdk.sdk.i.en
/* renamed from: ヌ, reason: contains not printable characters */
public final boolean mo2699(String str, String str2) {
StringBuilder sb = new StringBuilder();
sb.append(m2697(new int[]{-1299109438, -977746931, -1737262799, -1230715444, 791933722, 841976593, 1253184017, -1197495615}, (ViewConfiguration.getTouchSlop() >> 8) + 15).intern());
sb.append(str);
sb.append(m2697(new int[]{32283717, -1183259188, -291211779, 968533596}, (AudioTrack.getMaxVolume() > 0.0f ? 1 : (AudioTrack.getMaxVolume() == 0.0f ? 0 : -1)) + 4).intern());
sb.append(str2);
throw new RuntimeException(sb.toString());
}
@Override // com.ironsource.adqualitysdk.sdk.i.en
/* renamed from: , reason: contains not printable characters */
public final boolean mo2698(Object obj, Object obj2) {
StringBuilder sb = new StringBuilder();
sb.append(m2697(new int[]{-1299109438, -977746931, -1737262799, -1230715444, 791933722, 841976593, 1253184017, -1197495615}, 15 - (ViewConfiguration.getScrollDefaultDelay() >> 16)).intern());
sb.append(obj);
sb.append(m2697(new int[]{32283717, -1183259188, -291211779, 968533596}, 5 - TextUtils.indexOf("", "")).intern());
sb.append(obj2);
throw new RuntimeException(sb.toString());
}
/* renamed from: ﻐ, reason: contains not printable characters */
private static String m2697(int[] iArr, int i) {
String str;
synchronized (e.f1827) {
try {
char[] cArr = new char[4];
char[] cArr2 = new char[iArr.length << 1];
int[] iArr2 = (int[]) f1869.clone();
e.f1826 = 0;
while (true) {
int i2 = e.f1826;
if (i2 < iArr.length) {
int i3 = iArr[i2];
char c = (char) (i3 >> 16);
cArr[0] = c;
char c2 = (char) i3;
cArr[1] = c2;
char c3 = (char) (iArr[i2 + 1] >> 16);
cArr[2] = c3;
char c4 = (char) iArr[i2 + 1];
cArr[3] = c4;
e.f1825 = (c << 16) + c2;
e.f1828 = (c3 << 16) + c4;
e.m2679(iArr2);
for (int i4 = 0; i4 < 16; i4++) {
int i5 = e.f1825 ^ iArr2[i4];
e.f1825 = i5;
e.f1828 = e.m2678(i5) ^ e.f1828;
int i6 = e.f1825;
e.f1825 = e.f1828;
e.f1828 = i6;
}
int i7 = e.f1825;
e.f1825 = e.f1828;
e.f1828 = i7;
e.f1828 = i7 ^ iArr2[16];
e.f1825 ^= iArr2[17];
int i8 = e.f1826;
int i9 = e.f1825;
cArr[0] = (char) (i9 >>> 16);
cArr[1] = (char) i9;
int i10 = e.f1828;
cArr[2] = (char) (i10 >>> 16);
cArr[3] = (char) i10;
e.m2679(iArr2);
int i11 = e.f1826;
cArr2[i11 << 1] = cArr[0];
cArr2[(i11 << 1) + 1] = cArr[1];
cArr2[(i11 << 1) + 2] = cArr[2];
cArr2[(i11 << 1) + 3] = cArr[3];
e.f1826 = i11 + 2;
} else {
str = new String(cArr2, 0, i);
}
}
} catch (Throwable th) {
throw th;
}
}
return str;
}
}