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:
36
apk_decompiled/sources/l3/EnumC0439b.java
Normal file
36
apk_decompiled/sources/l3/EnumC0439b.java
Normal file
@@ -0,0 +1,36 @@
|
||||
package l3;
|
||||
|
||||
/* renamed from: l3.b, reason: case insensitive filesystem */
|
||||
/* loaded from: classes3.dex */
|
||||
public enum EnumC0439b {
|
||||
NO_ERROR(0),
|
||||
PROTOCOL_ERROR(1),
|
||||
INTERNAL_ERROR(2),
|
||||
FLOW_CONTROL_ERROR(3),
|
||||
/* JADX INFO: Fake field, exist only in values array */
|
||||
SETTINGS_TIMEOUT(4),
|
||||
/* JADX INFO: Fake field, exist only in values array */
|
||||
STREAM_CLOSED(5),
|
||||
/* JADX INFO: Fake field, exist only in values array */
|
||||
FRAME_SIZE_ERROR(6),
|
||||
REFUSED_STREAM(7),
|
||||
CANCEL(8),
|
||||
/* JADX INFO: Fake field, exist only in values array */
|
||||
COMPRESSION_ERROR(9),
|
||||
/* JADX INFO: Fake field, exist only in values array */
|
||||
CONNECT_ERROR(10),
|
||||
/* JADX INFO: Fake field, exist only in values array */
|
||||
ENHANCE_YOUR_CALM(11),
|
||||
/* JADX INFO: Fake field, exist only in values array */
|
||||
INADEQUATE_SECURITY(12),
|
||||
/* JADX INFO: Fake field, exist only in values array */
|
||||
HTTP_1_1_REQUIRED(13);
|
||||
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final int f7379a;
|
||||
|
||||
EnumC0439b(int i) {
|
||||
this.f7379a = i;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user