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,33 @@
package w0;
import android.database.Cursor;
import android.os.CancellationSignal;
import java.io.Closeable;
/* renamed from: w0.a, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public interface InterfaceC0645a extends Closeable {
boolean B();
boolean G();
void J();
void K();
Cursor V(String str);
void b();
void c();
void i(String str);
boolean isOpen();
Cursor j(InterfaceC0648d interfaceC0648d, CancellationSignal cancellationSignal);
Cursor p(InterfaceC0648d interfaceC0648d);
InterfaceC0649e q(String str);
}

View File

@@ -0,0 +1,11 @@
package w0;
import java.io.Closeable;
/* renamed from: w0.b, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public interface InterfaceC0646b extends Closeable {
InterfaceC0645a S();
void setWriteAheadLoggingEnabled(boolean z3);
}

View File

@@ -0,0 +1,17 @@
package w0;
import java.io.Closeable;
/* renamed from: w0.c, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public interface InterfaceC0647c extends Closeable {
void I(int i, long j4);
void N(int i, byte[] bArr);
void k(int i, String str);
void t(int i);
void v(int i, double d4);
}

View File

@@ -0,0 +1,9 @@
package w0;
/* renamed from: w0.d, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public interface InterfaceC0648d {
void s(InterfaceC0647c interfaceC0647c);
String x();
}

View File

@@ -0,0 +1,9 @@
package w0;
/* renamed from: w0.e, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public interface InterfaceC0649e extends InterfaceC0647c {
long T();
int o();
}