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,48 @@
package androidx.recyclerview.widget;
import android.view.GestureDetector;
import android.view.MotionEvent;
import android.view.View;
import com.google.android.gms.maps.model.BitmapDescriptorFactory;
/* loaded from: classes.dex */
public final class L extends GestureDetector.SimpleOnGestureListener {
/* renamed from: a, reason: collision with root package name */
public boolean f3560a = true;
/* renamed from: b, reason: collision with root package name */
public final /* synthetic */ N f3561b;
public L(N n4) {
this.f3561b = n4;
}
@Override // android.view.GestureDetector.SimpleOnGestureListener, android.view.GestureDetector.OnGestureListener
public final boolean onDown(MotionEvent motionEvent) {
return true;
}
@Override // android.view.GestureDetector.SimpleOnGestureListener, android.view.GestureDetector.OnGestureListener
public final void onLongPress(MotionEvent motionEvent) {
N n4;
View g4;
I0 M3;
if (this.f3560a && (g4 = (n4 = this.f3561b).g(motionEvent)) != null && (M3 = n4.f3601r.M(g4)) != null && n4.f3597m.hasDragFlag(n4.f3601r, M3)) {
int pointerId = motionEvent.getPointerId(0);
int i = n4.f3596l;
if (pointerId == i) {
int findPointerIndex = motionEvent.findPointerIndex(i);
float x3 = motionEvent.getX(findPointerIndex);
float y3 = motionEvent.getY(findPointerIndex);
n4.f3590d = x3;
n4.f3591e = y3;
n4.i = BitmapDescriptorFactory.HUE_RED;
n4.h = BitmapDescriptorFactory.HUE_RED;
if (n4.f3597m.isLongPressDragEnabled()) {
n4.l(M3, 2);
}
}
}
}
}