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:
67
apk_decompiled/sources/k/C0414k.java
Normal file
67
apk_decompiled/sources/k/C0414k.java
Normal file
@@ -0,0 +1,67 @@
|
||||
package k;
|
||||
|
||||
import O.h0;
|
||||
import android.view.View;
|
||||
import android.view.animation.BaseInterpolator;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Iterator;
|
||||
|
||||
/* renamed from: k.k, reason: case insensitive filesystem */
|
||||
/* loaded from: classes.dex */
|
||||
public final class C0414k {
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public BaseInterpolator f7013c;
|
||||
|
||||
/* renamed from: d, reason: collision with root package name */
|
||||
public m3.l f7014d;
|
||||
|
||||
/* renamed from: e, reason: collision with root package name */
|
||||
public boolean f7015e;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public long f7012b = -1;
|
||||
|
||||
/* renamed from: f, reason: collision with root package name */
|
||||
public final C0413j f7016f = new C0413j(this);
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final ArrayList f7011a = new ArrayList();
|
||||
|
||||
public final void a() {
|
||||
if (this.f7015e) {
|
||||
Iterator it = this.f7011a.iterator();
|
||||
while (it.hasNext()) {
|
||||
((h0) it.next()).b();
|
||||
}
|
||||
this.f7015e = false;
|
||||
}
|
||||
}
|
||||
|
||||
public final void b() {
|
||||
View view;
|
||||
if (this.f7015e) {
|
||||
return;
|
||||
}
|
||||
Iterator it = this.f7011a.iterator();
|
||||
while (it.hasNext()) {
|
||||
h0 h0Var = (h0) it.next();
|
||||
long j4 = this.f7012b;
|
||||
if (j4 >= 0) {
|
||||
h0Var.c(j4);
|
||||
}
|
||||
BaseInterpolator baseInterpolator = this.f7013c;
|
||||
if (baseInterpolator != null && (view = (View) h0Var.f1255a.get()) != null) {
|
||||
view.animate().setInterpolator(baseInterpolator);
|
||||
}
|
||||
if (this.f7014d != null) {
|
||||
h0Var.d(this.f7016f);
|
||||
}
|
||||
View view2 = (View) h0Var.f1255a.get();
|
||||
if (view2 != null) {
|
||||
view2.animate().start();
|
||||
}
|
||||
}
|
||||
this.f7015e = true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user