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,103 @@
package com.ironsource.adqualitysdk.sdk.i;
import android.util.TypedValue;
/* loaded from: classes4.dex */
public final class dm {
/* renamed from: ﻐ, reason: contains not printable characters */
private static int f1714 = 1;
/* renamed from: ﻛ, reason: contains not printable characters */
private static int f1715 = 0;
/* renamed from: ヌ, reason: contains not printable characters */
private static long f1716 = 8580539187526122618L;
/* renamed from: , reason: contains not printable characters */
private int f1717;
/* renamed from: メ, reason: contains not printable characters */
private String f1718;
/* renamed from: メ, reason: contains not printable characters */
public static dm m2610(String str, int i) {
if (!r.m3487().m3494()) {
int i2 = f1715 + 79;
f1714 = i2 % 128;
int i3 = i2 % 2;
return null;
}
dm dmVar = new dm(str, i);
int i4 = f1715 + 113;
f1714 = i4 % 128;
int i5 = i4 % 2;
return dmVar;
}
private dm(String str, int i) {
this.f1718 = str;
this.f1717 = i;
}
/* renamed from: ﻐ, reason: contains not printable characters */
public final int m2611() {
int i;
int i2 = f1714;
int i3 = i2 + 123;
f1715 = i3 % 128;
if (i3 % 2 != 0) {
i = this.f1717;
int i4 = 75 / 0;
} else {
i = this.f1717;
}
int i5 = i2 + 23;
f1715 = i5 % 128;
int i6 = i5 % 2;
return i;
}
public final String toString() {
StringBuilder sb = new StringBuilder();
sb.append(this.f1718);
sb.append(m2609("㕌㕶♢〧C", (TypedValue.complexToFraction(0, 0.0f, 0.0f) > 0.0f ? 1 : (TypedValue.complexToFraction(0, 0.0f, 0.0f) == 0.0f ? 0 : -1))).intern());
sb.append(this.f1717);
String obj = sb.toString();
int i = f1715 + 109;
f1714 = i % 128;
if (i % 2 == 0) {
int i2 = 69 / 0;
}
return obj;
}
/* renamed from: ﻛ, reason: contains not printable characters */
private static String m2609(String str, int i) {
String str2;
char[] cArr = str;
if (str != null) {
cArr = str.toCharArray();
}
char[] cArr2 = cArr;
synchronized (i.f2325) {
try {
char[] m2999 = i.m2999(f1716, cArr2, i);
i.f2324 = 4;
while (true) {
int i2 = i.f2324;
if (i2 < m2999.length) {
i.f2323 = i2 - 4;
m2999[i.f2324] = (char) ((m2999[r1] ^ m2999[r1 % 4]) ^ (i.f2323 * f1716));
i.f2324++;
} else {
str2 = new String(m2999, 4, m2999.length - 4);
}
}
} catch (Throwable th) {
throw th;
}
}
return str2;
}
}