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:
2025-12-04 13:59:54 +01:00
parent f2fd1c3bf5
commit e0133d2ca2
10432 changed files with 1019085 additions and 1 deletions

View File

@@ -0,0 +1,63 @@
package J0;
import kotlin.jvm.functions.Function0;
import kotlin.jvm.internal.Lambda;
/* loaded from: classes.dex */
public final class e extends Lambda implements Function0 {
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ int f927a;
/* renamed from: b, reason: collision with root package name */
public final /* synthetic */ Object f928b;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public /* synthetic */ e(Object obj, int i) {
super(0);
this.f927a = i;
this.f928b = obj;
}
/* JADX WARN: Code restructure failed: missing block: B:32:0x00c4, code lost:
r6 = kotlin.text.StringsKt__StringsKt.lastIndexOf$default((java.lang.CharSequence) r5, "!", 0, false, 6, (java.lang.Object) null);
*/
/* JADX WARN: Code restructure failed: missing block: B:372:0x0450, code lost:
if (J0.n.f950a.contains(r6) != false) goto L181;
*/
/* JADX WARN: Finally extract failed */
/* JADX WARN: Removed duplicated region for block: B:224:0x048e A[EXC_TOP_SPLITTER, SYNTHETIC] */
/* JADX WARN: Removed duplicated region for block: B:227:0x0499 */
/* JADX WARN: Removed duplicated region for block: B:231:0x04ab */
/* JADX WARN: Removed duplicated region for block: B:259:0x0600 */
/* JADX WARN: Removed duplicated region for block: B:296:0x06c1 */
/* JADX WARN: Removed duplicated region for block: B:361:0x06ca */
/* JADX WARN: Removed duplicated region for block: B:362:0x049b */
/* JADX WARN: Removed duplicated region for block: B:363:0x049d */
/* JADX WARN: Removed duplicated region for block: B:364:0x049f */
/* JADX WARN: Type inference failed for: r0v3, types: [kotlin.jvm.functions.Function0, kotlin.jvm.internal.Lambda] */
/* JADX WARN: Type inference failed for: r2v1, types: [r3.p, r3.I, J0.b] */
/* JADX WARN: Type inference failed for: r3v30, types: [x0.d, java.lang.Object] */
@Override // kotlin.jvm.functions.Function0
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public final java.lang.Object invoke() {
/*
Method dump skipped, instructions count: 1786
To view this dump add '--comments-level debug' option
*/
throw new UnsupportedOperationException("Method not decompiled: J0.e.invoke():java.lang.Object");
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
/* JADX WARN: Multi-variable type inference failed */
public e(Function0 function0) {
super(0);
this.f927a = 9;
this.f928b = (Lambda) function0;
}
}