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:
32
apk_decompiled/sources/r3/InterfaceC0577i.java
Normal file
32
apk_decompiled/sources/r3/InterfaceC0577i.java
Normal file
@@ -0,0 +1,32 @@
|
||||
package r3;
|
||||
|
||||
import java.nio.channels.WritableByteChannel;
|
||||
|
||||
/* renamed from: r3.i, reason: case insensitive filesystem */
|
||||
/* loaded from: classes3.dex */
|
||||
public interface InterfaceC0577i extends G, WritableByteChannel {
|
||||
long D(I i);
|
||||
|
||||
InterfaceC0577i E(byte[] bArr);
|
||||
|
||||
InterfaceC0577i F(C0579k c0579k);
|
||||
|
||||
InterfaceC0577i L(int i, int i4, byte[] bArr);
|
||||
|
||||
InterfaceC0577i Q(String str);
|
||||
|
||||
InterfaceC0577i R(long j4);
|
||||
|
||||
C0576h a();
|
||||
|
||||
InterfaceC0577i f(String str, int i, int i4);
|
||||
|
||||
@Override // r3.G, java.io.Flushable
|
||||
void flush();
|
||||
|
||||
InterfaceC0577i m(int i);
|
||||
|
||||
InterfaceC0577i r(int i);
|
||||
|
||||
InterfaceC0577i y(int i);
|
||||
}
|
||||
Reference in New Issue
Block a user