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:
38
apk_decompiled/sources/com/adif/elcanomovil/uiDialog/f.java
Normal file
38
apk_decompiled/sources/com/adif/elcanomovil/uiDialog/f.java
Normal file
@@ -0,0 +1,38 @@
|
||||
package com.adif.elcanomovil.uiDialog;
|
||||
|
||||
import android.view.View;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public final /* synthetic */ class f implements View.OnClickListener {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final /* synthetic */ int f5049a = 1;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public final /* synthetic */ StationsDialogFragment f5050b;
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public final /* synthetic */ String f5051c;
|
||||
|
||||
public /* synthetic */ f(StationsDialogFragment stationsDialogFragment, String str) {
|
||||
this.f5050b = stationsDialogFragment;
|
||||
this.f5051c = str;
|
||||
}
|
||||
|
||||
@Override // android.view.View.OnClickListener
|
||||
public final void onClick(View view) {
|
||||
switch (this.f5049a) {
|
||||
case 0:
|
||||
StationsDialogFragment.k(this.f5050b, this.f5051c, view);
|
||||
return;
|
||||
default:
|
||||
StationsDialogFragment.h(this.f5050b, this.f5051c, view);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
public /* synthetic */ f(String str, StationsDialogFragment stationsDialogFragment) {
|
||||
this.f5051c = str;
|
||||
this.f5050b = stationsDialogFragment;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user