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,37 @@
package b;
import o0.AbstractC0544v;
/* loaded from: classes.dex */
public final class C extends r {
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ int f4103a = 0;
/* renamed from: b, reason: collision with root package name */
public final /* synthetic */ Object f4104b;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public C(AbstractC0544v abstractC0544v) {
super(false);
this.f4104b = abstractC0544v;
}
@Override // b.r
public final void handleOnBackPressed() {
switch (this.f4103a) {
case 0:
((com.adif.elcanomovil.uiTrain.main.e) this.f4104b).invoke(this);
return;
default:
((AbstractC0544v) this.f4104b).q();
return;
}
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public C(com.adif.elcanomovil.uiTrain.main.e eVar) {
super(true);
this.f4104b = eVar;
}
}