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 x;
import java.util.ArrayList;
/* loaded from: classes.dex */
public final class k {
/* renamed from: a, reason: collision with root package name */
public n f8834a;
/* renamed from: b, reason: collision with root package name */
public ArrayList f8835b;
public static long a(e eVar, long j4) {
n nVar = eVar.f8824d;
if (nVar instanceof i) {
return j4;
}
ArrayList arrayList = eVar.f8829k;
int size = arrayList.size();
long j5 = j4;
for (int i = 0; i < size; i++) {
InterfaceC0655d interfaceC0655d = (InterfaceC0655d) arrayList.get(i);
if (interfaceC0655d instanceof e) {
e eVar2 = (e) interfaceC0655d;
if (eVar2.f8824d != nVar) {
j5 = Math.min(j5, a(eVar2, eVar2.f8826f + j4));
}
}
}
if (eVar != nVar.i) {
return j5;
}
long j6 = nVar.j();
long j7 = j4 - j6;
return Math.min(Math.min(j5, a(nVar.h, j7)), j7 - r9.f8826f);
}
public static long b(e eVar, long j4) {
n nVar = eVar.f8824d;
if (nVar instanceof i) {
return j4;
}
ArrayList arrayList = eVar.f8829k;
int size = arrayList.size();
long j5 = j4;
for (int i = 0; i < size; i++) {
InterfaceC0655d interfaceC0655d = (InterfaceC0655d) arrayList.get(i);
if (interfaceC0655d instanceof e) {
e eVar2 = (e) interfaceC0655d;
if (eVar2.f8824d != nVar) {
j5 = Math.max(j5, b(eVar2, eVar2.f8826f + j4));
}
}
}
if (eVar != nVar.h) {
return j5;
}
long j6 = nVar.j();
long j7 = j4 + j6;
return Math.max(Math.max(j5, b(nVar.i, j7)), j7 - r9.f8826f);
}
}