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:
47
apk_decompiled/sources/b/RunnableC0255d.java
Normal file
47
apk_decompiled/sources/b/RunnableC0255d.java
Normal file
@@ -0,0 +1,47 @@
|
||||
package b;
|
||||
|
||||
import kotlin.jvm.internal.Intrinsics;
|
||||
|
||||
/* renamed from: b.d, reason: case insensitive filesystem */
|
||||
/* loaded from: classes.dex */
|
||||
public final /* synthetic */ class RunnableC0255d implements Runnable {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final /* synthetic */ int f4110a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public final /* synthetic */ o f4111b;
|
||||
|
||||
public /* synthetic */ RunnableC0255d(o oVar, int i) {
|
||||
this.f4110a = i;
|
||||
this.f4111b = oVar;
|
||||
}
|
||||
|
||||
@Override // java.lang.Runnable
|
||||
public final void run() {
|
||||
switch (this.f4110a) {
|
||||
case 0:
|
||||
o this$0 = this.f4111b;
|
||||
Intrinsics.checkNotNullParameter(this$0, "this$0");
|
||||
this$0.invalidateMenu();
|
||||
return;
|
||||
default:
|
||||
o this$02 = this.f4111b;
|
||||
Intrinsics.checkNotNullParameter(this$02, "this$0");
|
||||
try {
|
||||
o.access$onBackPressed$s1027565324(this$02);
|
||||
return;
|
||||
} catch (IllegalStateException e4) {
|
||||
if (!Intrinsics.areEqual(e4.getMessage(), "Can not perform this action after onSaveInstanceState")) {
|
||||
throw e4;
|
||||
}
|
||||
return;
|
||||
} catch (NullPointerException e5) {
|
||||
if (!Intrinsics.areEqual(e5.getMessage(), "Attempt to invoke virtual method 'android.os.Handler android.app.FragmentHostCallback.getHandler()' on a null object reference")) {
|
||||
throw e5;
|
||||
}
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user