Primer paso de la investigacion. Se aportan el .apk, las carpetas con el apk extraido y el apk descompilado. El archivo API_DOCUMENTATION.md es un archivo donde se anotaran los descubrimientos del funcionamiento de la API, y los .py son scripts para probar la funcionalidad de la API con los métodos que vayamos encontrando. Finalmente, los archivos .js son scripts de Frida para extraer informacion de la APP durante la ejecucion.
This commit is contained in:
49
apk_decompiled/sources/R0/a.java
Normal file
49
apk_decompiled/sources/R0/a.java
Normal file
@@ -0,0 +1,49 @@
|
||||
package R0;
|
||||
|
||||
import a.AbstractC0106b;
|
||||
import e3.A;
|
||||
import e3.C0317c;
|
||||
import e3.z;
|
||||
import java.util.regex.Pattern;
|
||||
import kotlin.jvm.functions.Function0;
|
||||
import kotlin.jvm.internal.Intrinsics;
|
||||
import kotlin.jvm.internal.Lambda;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class a extends Lambda implements Function0 {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final /* synthetic */ int f1391a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public final /* synthetic */ b f1392b;
|
||||
|
||||
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||||
public /* synthetic */ a(b bVar, int i) {
|
||||
super(0);
|
||||
this.f1391a = i;
|
||||
this.f1392b = bVar;
|
||||
}
|
||||
|
||||
@Override // kotlin.jvm.functions.Function0
|
||||
public final Object invoke() {
|
||||
b bVar = this.f1392b;
|
||||
switch (this.f1391a) {
|
||||
case 0:
|
||||
C0317c c0317c = C0317c.f6330n;
|
||||
return AbstractC0106b.A(bVar.f1398f);
|
||||
default:
|
||||
String a2 = bVar.f1398f.a("Content-Type");
|
||||
if (a2 == null) {
|
||||
return null;
|
||||
}
|
||||
Pattern pattern = A.f6197d;
|
||||
Intrinsics.checkNotNullParameter(a2, "<this>");
|
||||
try {
|
||||
return z.a(a2);
|
||||
} catch (IllegalArgumentException unused) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user