正在查看: 品质商城 v1.0 应用的 B0.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: 品质商城 v1.0 应用的 B0.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package v1;
import android.util.Pair;
import e.AbstractC0136B;
import i.A1;
import i.C0237A;
import java.util.concurrent.CountDownLatch;
public final class B0 extends AbstractC0136B {
public static final String[] f5081d = {"1.2.4.8", "223.5.5.5", "8.8.8.8", "180.76.76.76", "119.29.29.29", "208.67.222.222", "114.114.114.114"};
public final A0 f5082c;
public B0(A1 a12, y0 y0Var) {
super(a12, null);
this.f5082c = y0Var;
}
@Override
public final v1.t0 j() {
throw new UnsupportedOperationException("Method not decompiled: v1.B0.j():v1.t0");
}
public final Pair m(String str) {
int i2 = 0;
String str2 = null;
if (str != null && (str.isEmpty() || str.equals("\"\""))) {
C0237A b2 = b();
switch (b2.f3624a) {
case 9:
b2.f3626c = Boolean.FALSE;
break;
default:
b2.k("FM_dynamic_fetch", false);
break;
}
return Pair.create(null, null);
}
String str3 = "";
if (str != null) {
try {
byte[] a2 = Y.f5178e.a(str.replaceAll("\"|\n", ""));
for (int i3 = 0; i3 < a2.length; i3++) {
a2[i3] = (byte) (a2[i3] ^ F.f5108j[i3 % 32]);
}
str3 = new String(a2);
} catch (Exception unused) {
}
}
if (str3.length() == 0) {
return Pair.create(null, null);
}
int length = str3.length();
String str4 = null;
while (i2 < length) {
while (i2 < length && (str3.charAt(i2) == ' ' || str3.charAt(i2) == '\"' || str3.charAt(i2) == '\n')) {
i2++;
}
if (i2 >= length) {
break;
}
int i4 = i2;
while (i4 < length && str3.charAt(i4) != '=') {
i4++;
}
String trim = str3.substring(i2, i4).trim();
if (i4 >= length) {
break;
}
int i5 = i4 + 1;
while (i4 < length && str3.charAt(i4) != ' ' && str3.charAt(i4) != '\"' && str3.charAt(i4) != '\n') {
i4++;
}
String trim2 = str3.substring(i5, i4).trim();
if ("api".equalsIgnoreCase(trim)) {
str2 = trim2;
} else if ("stat".equalsIgnoreCase(trim)) {
str4 = trim2;
}
i2 = i4;
}
return Pair.create(str2, str4);
}
public final void n() {
C0390k0 c0390k0 = (C0390k0) ((A1) this.f2993a).f3640b;
c0390k0.getClass();
c0390k0.f5254e = new CountDownLatch(1);
}
}