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:
51
apk_decompiled/sources/L/l.java
Normal file
51
apk_decompiled/sources/L/l.java
Normal file
@@ -0,0 +1,51 @@
|
||||
package L;
|
||||
|
||||
import O.m0;
|
||||
import O.r0;
|
||||
import android.animation.ValueAnimator;
|
||||
import android.os.Handler;
|
||||
import android.view.View;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class l implements Runnable {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final /* synthetic */ int f1044a = 0;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public Object f1045b;
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public Object f1046c;
|
||||
|
||||
/* renamed from: d, reason: collision with root package name */
|
||||
public Object f1047d;
|
||||
|
||||
public /* synthetic */ l() {
|
||||
}
|
||||
|
||||
@Override // java.lang.Runnable
|
||||
public final void run() {
|
||||
Object obj;
|
||||
switch (this.f1044a) {
|
||||
case 0:
|
||||
try {
|
||||
obj = ((d) this.f1045b).call();
|
||||
} catch (Exception unused) {
|
||||
obj = null;
|
||||
}
|
||||
((Handler) this.f1047d).post(new a(1, (e) this.f1046c, obj));
|
||||
return;
|
||||
default:
|
||||
m0.h((View) this.f1045b, (F.i) this.f1046c);
|
||||
((ValueAnimator) this.f1047d).start();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
public l(View view, r0 r0Var, F.i iVar, ValueAnimator valueAnimator) {
|
||||
this.f1045b = view;
|
||||
this.f1046c = iVar;
|
||||
this.f1047d = valueAnimator;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user