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,46 @@
package T0;
import android.view.ViewTreeObserver;
import kotlin.Result;
import kotlinx.coroutines.CancellableContinuationImpl;
/* loaded from: classes.dex */
public final class k implements ViewTreeObserver.OnPreDrawListener {
/* renamed from: a, reason: collision with root package name */
public boolean f1649a;
/* renamed from: b, reason: collision with root package name */
public final /* synthetic */ f f1650b;
/* renamed from: c, reason: collision with root package name */
public final /* synthetic */ ViewTreeObserver f1651c;
/* renamed from: d, reason: collision with root package name */
public final /* synthetic */ CancellableContinuationImpl f1652d;
public k(f fVar, ViewTreeObserver viewTreeObserver, CancellableContinuationImpl cancellableContinuationImpl) {
this.f1650b = fVar;
this.f1651c = viewTreeObserver;
this.f1652d = cancellableContinuationImpl;
}
@Override // android.view.ViewTreeObserver.OnPreDrawListener
public final boolean onPreDraw() {
f fVar = this.f1650b;
h c4 = fVar.c();
if (c4 != null) {
ViewTreeObserver viewTreeObserver = this.f1651c;
if (viewTreeObserver.isAlive()) {
viewTreeObserver.removeOnPreDrawListener(this);
} else {
fVar.f1637a.getViewTreeObserver().removeOnPreDrawListener(this);
}
if (!this.f1649a) {
this.f1649a = true;
this.f1652d.resumeWith(Result.m116constructorimpl(c4));
}
}
return true;
}
}