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:
33
apk_decompiled/sources/w0/InterfaceC0645a.java
Normal file
33
apk_decompiled/sources/w0/InterfaceC0645a.java
Normal 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);
|
||||
}
|
||||
11
apk_decompiled/sources/w0/InterfaceC0646b.java
Normal file
11
apk_decompiled/sources/w0/InterfaceC0646b.java
Normal 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);
|
||||
}
|
||||
17
apk_decompiled/sources/w0/InterfaceC0647c.java
Normal file
17
apk_decompiled/sources/w0/InterfaceC0647c.java
Normal 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);
|
||||
}
|
||||
9
apk_decompiled/sources/w0/InterfaceC0648d.java
Normal file
9
apk_decompiled/sources/w0/InterfaceC0648d.java
Normal 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();
|
||||
}
|
||||
9
apk_decompiled/sources/w0/InterfaceC0649e.java
Normal file
9
apk_decompiled/sources/w0/InterfaceC0649e.java
Normal 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();
|
||||
}
|
||||
Reference in New Issue
Block a user